auditDependencies
Detect outdated packages across npm, yarn, pnpm, cargo, and pip by comparing current versions to latest.
Instructions
Detect outdated packages (current vs latest). Supports npm, yarn, pnpm, cargo, pip. Complement to getSecurityAdvisories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageManager | No | Package manager to use. Defaults to 'auto'. | |
| maxAge | No | Filter by version increment: 1=major only, 2=major+minor. Reserved. |