Added
- package-manager-aware suggested fix commands for urgent findings
package-lock.json->npm install ...pnpm-lock.yaml->pnpm add ...yarn.lock->yarn add ...
- explicit skipped-item output for urgent findings that cannot be fixed confidently
-v/--versionsupport
Changed
- improved output flow so suggested fix commands are easier to notice
- CLI banner now includes the tool version
- README now documents the new remediation workflow with a concrete fix-command example
- screenshots were refreshed to match the current output
Example
npm install jsonwebtoken@4.2.2 express-jwt@2.1.0 sanitize-html@2.17.2