List published versions
list_versionsFind published versions of an npm package to set valid from/to values for breaking-change comparisons.
Instructions
List published versions of an npm package with their release dates, newest first. Use this to discover valid from/to values before calling breaking_changes_between, or to see how far behind an installed version is.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max versions to return (default 40, newest first). | |
| package | Yes | npm package name. |