package_health
Check npm, PyPI, or Crates.io package health to see current version, publish recency, downloads, license, and optional GitHub activity before adopting or updating a dependency.
Instructions
Check the health of npm, PyPI or Crates.io packages: latest version, publish recency, download stats, license, and (optionally) GitHub stars/forks/open-issues/archived status. Prefix a name with its registry, e.g. pypi:requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package | No | A single package to check, e.g. npm:react or pypi:requests. | |
| packages | No | Multiple packages to check in one call. Overrides `package` when non-empty. | |
| enrichGithub | No | Add GitHub stars/forks/open-issues/archived/last-push when the package links to a GitHub repo. | |
| defaultRegistry | No | Registry to assume for bare package names with no prefix. | npm |