Purpose
Manage dependencies safely: audit for vulnerabilities, check for updates, and update with test verification.
Arguments
--check— Check for outdated packages (default if no args)--audit— Run security audit--update— Update patch/minor versions with test verification--update-major— Show available major updates (requires manual review)
Workflow
Check (--check)
- Run
npm outdated - Categorize: patch, minor, major
- Report packages with updates avai
[Description truncada. Veja o README completo no GitHub.]