Npm
npm registry integration on indie.money — look up package metadata, versions, search, and dist-tags
Written By pvdyck
Last updated About 1 hour ago
Npm
✅ Supported — Query the npm registry API for package metadata, versions, and search results, and read or update distribution tags.
Credential Setup
The Npm credential is optional — public read operations work without it, but an access token is required for authenticated registries or for updating dist-tags. When configuring the Npm credential in Secure Vault, provide:
- Access Token — your npm access token, sent as a Bearer token to authenticate requests.
- Registry Url — the registry base URL to call. Defaults to
https://registry.npmjs.org.
Operations
Package
- Get Metadata — return all metadata for a package at a specific version
- Get Versions — return all published versions for a package, sorted by publish date
- Search — search the registry for packages, with limit and offset paging
Distribution Tag
- Get All — return all dist-tags for a package
- Update — set a dist-tag to a specific package version
Compatibility
All operations supported.