deprecation_check
Check if an npm package is deprecated or a PyPI package is yanked, returning the deprecation or yank message that often names a recommended replacement.
Instructions
Check whether an npm package is deprecated or a PyPI package is yanked, including the message which often names the recommended replacement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name, e.g. 'express' or '@tanstack/react-query' (npm), 'requests' (PyPI) | |
| registry | No | Package registry to query: 'npm' for JavaScript/TypeScript packages, 'pypi' for Python packages. Defaults to npm. | npm |