get_latest_version
Retrieve the latest stable version of a package from specified registries (npm, pypi, maven, etc.) for dependency updates or version checks. Returns package details including name, version, description, and timestamp.
Instructions
Get the latest version of a package. Use for dependency updates, version checks, or when you need the most recent stable release. Returns package name, latest version, description, and timestamp.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | Name of the package to check | |
| registry | Yes | Package registry/manager to check |