e_check_package_version
Retrieve the latest version of a package from its official registry. Supports npm, PyPI, crates.io, and more by using a registry prefix like 'pip:'.
Instructions
Fetches the latest version of a package from its official registry. Supports npm, PyPI, crates.io, Maven, Go, RubyGems, NuGet, Packagist, Hex, pub.dev, Homebrew, and Conda. Use prefix like "pip:requests" for non-npm packages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes | Package name, optionally prefixed with registry (e.g., "lodash", "pip:requests", "cargo:serde", "go:github.com/gin-gonic/gin") |