npm audit

프로젝트 의존성에서 알려진 취약점을 스캔. 취약점을 보고하고 해결 방법을 제안. 더 많은 정보: https://docs.npmjs.com/cli/npm-audit.

npm audit

npm audit fix

npm audit fix {{[-f|--force]}}

npm audit fix --package-lock-only

npm audit fix --dry-run

npm audit --json

npm audit --audit-level {{info|low|moderate|high|critical}}