yakubique/npm-versions
Get list of package's versions from NPM registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package | Name of NPM package | yes | — |
| registry | Registry URL (default: "https://registry.npmjs.org") | — | https://registry.npmjs.org |
| sortVersions | Sort versions by publication date ["ASC", "DESC"] (default :"ASC") | — | ASC |
| debug | Be verbal | no | false |
| details | Add publication date to return values | no | — |
Outputs
| name | description |
|---|---|
| versions | JSON list of versions |