npm Registry
Business appsBearer tokencredential probe
npm registry: read package metadata, version manifests and dist-tags, search the registry, and move or remove a dist-tag. Reads need no credential; only the dist-tag writes do.
OCNORA ships 6 typed npm Registry operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://registry.npmjs.org through the HTTP node with the same credential.
Operations 6
- Delete Dist-TagRemove a dist-tag from a package, leaving its versions in place.npm.delete_dist_tag
- Get Dist-TagsRead every dist-tag on a package and the version each points at.npm.get_dist_tags
- Get PackageRead a package's metadata, its dist-tags and its published versions.npm.get_package
- Get VersionRead one version's manifest, by version number or by dist-tag.npm.get_version
- Search PackagesSearch the registry's full-text index for packages.npm.search_packages
- Set Dist-TagPoint a dist-tag at a published version, creating the tag if needed.npm.set_dist_tag
More in Business apps
Run your first npm Registry workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.