depguard_audit_bulk
Audit multiple packages in one call by passing an array of names or a dependencies object from package.json. Checks compatibility with a target license.
Instructions
Audit multiple packages in one call. Accepts an array of names or a dependencies object from package.json. Use depguard_audit_project instead if you have a package.json path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packages | Yes | Array of package names OR a dependencies object from package.json (e.g. {"react": "^18.0.0", "express": "^4.0.0"}) | |
| targetLicense | No | Project license for compatibility check (default: MIT) |