check_outdated_packages
Checks npm dependencies for outdated packages and displays current versus latest versions.
Instructions
Check for outdated npm packages and show current vs latest versions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_dev | No | Include development dependencies in the check | |
| package_path | No | Path to package.json or directory containing it (optional, defaults to current directory) |