-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Clear and concise description of the problem
It can used to fetch the private packages metadata on the client side, allowing client-side data processing to match that of the server.
(Can be used by the node-modules-inspector)
Suggested solution
Move the _fetchPackageManifest to the fast-npm-meta package and export it.
fast-npm-meta/server/utils/fetch.ts
Line 16 in 4436925
| async function _fetchPackageManifest(name: string, registry: string, userAgent: string): Promise<PackageManifest> { |
Alternative
No response
Additional context
I'm willing to submit a PR for this. 🙌🏻
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request