Check a single package's status
check_packageCheck an npm package's latest version, how far your current range is behind, deprecation status, and license in one quick lookup. Use it for one-off questions like 'is X deprecated?' without a full audit.
Instructions
Look up one npm package: its latest version, how far a given range/version is behind, deprecation status, and license. Use for a quick one-off check ('is X deprecated?', 'what's the latest Y?', 'how far behind is my Z?') without needing a whole package.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | npm package name, e.g. 'lodash', '@types/node'. | |
| range | No | The version or range you currently use, e.g. '^4.17.0'. Defaults to 'latest' (reports latest only). |