npm-audit-summary
v1.2.0
Published
Print concise npm audit tables grouped by responsible dependency
Readme
npm-audit-summary
Print concise npm audit tables: one flat list (severity → vulnerable package → responsible root dependency) and one summary grouped by that root.
Usage
From a project that has a package.json:
npx npm-audit-summaryResponsible column
The tool reads package.json in the current working directory to map audit entries to a “responsible” direct dependency (including heuristics for common stacks such as firebase-admin and Google Cloud transitives).
Requirements
- Node.js 18+
npmonPATHwhen the CLI runsnpm audit --json(default mode).
