npm_versions
Retrieve published versions of an npm package with publish dates, newest first. Use limit to control count (default 50, 0 returns all).
Instructions
List published versions of a package with their publish dates, ordered newest first. Returns up to limit versions (default 50). Set limit=0 to return all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name | |
| limit | No | Max versions to return, newest first (default 50, 0 = all) |