get_package_versions
List all versions of an npm package with publish dates and dist tags to compare releases and select the right version.
Instructions
List all available versions of a package with publish dates and dist tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name | |
| limit | No | Maximum number of versions to return | |
| since | No | Filter versions published after this date (ISO date or relative like '6 months') |