프로젝트 의존성에서 알려진 취약점을 스캔. 취약점을 보고하고 해결 방법을 제안. 더 많은 정보: https://docs.npmjs.com/cli/npm-audit.
npm audit
npm audit fix
npm audit fix {{[-f|--force]}}
node_modules 디렉터리를 수정하지 않고 lock 파일 업데이트:npm audit fix --package-lock-only
npm audit fix --dry-run
npm audit --json
npm audit --audit-level {{info|low|moderate|high|critical}}