dep_find_outdated
Identify outdated npm dependencies by comparing current and latest versions, categorizing updates as major, minor, or patch, and showing days since last publish.
Instructions
Check which dependencies are outdated. Compares current vs latest version, categorizes as major/minor/patch update, and shows days since last publish.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_dir | Yes | Absolute path to the project directory containing package.json |