List npm Package Versions
npm_package_versionsList published npm package versions with release dates, sorted most recent first. Includes dist-tags and deprecation notices.
Instructions
List published versions of an npm package with release dates, sorted by most recent first.
Args:
package_name (string): The npm package name
limit (number): Maximum versions to return, 1-100 (default: 20)
Returns: Version list with publish dates, dist-tags, and deprecation notices. Includes:
version number and publish date for each version
dist-tags annotation (latest, next, beta, etc.)
deprecation warnings where applicable
total version count
Examples:
"react" -> Lists recent React versions with dates
"typescript", limit=5 -> Last 5 TypeScript releases
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of versions to return, sorted by most recent (default: 20) | |
| package_name | Yes | npm package name |