dep_check_deprecated
Checks node_modules for deprecated dependencies using the 'deprecated' field in package.json files to identify unmaintained packages lacking security patches.
Instructions
Detect deprecated dependencies by checking package.json 'deprecated' field in node_modules. Deprecated packages no longer receive security patches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Project directory with node_modules |