get_package_info
Retrieve current version, compatibility, dependencies, and deprecation warnings for any npm or PyPI package. Saves time compared to manual registry checks with auto-updated data.
Instructions
Get current package version, compatibility, dependencies, and deprecation warnings for any npm or PyPI package. Faster and more current than checking registries manually. Auto-updates every 24h.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name, e.g. 'resend', '@anthropic-ai/sdk', 'openai' | |
| registry | No | Registry to check (default: npm) |