Difference between revisions of "Npm audit --help"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
+ | |||
+ | npm audit --help | ||
+ | Run a security audit | ||
+ | |||
+ | Usage: | ||
+ | npm audit [fix|signatures] | ||
+ | |||
+ | Options: | ||
+ | [--audit-level <info|low|moderate|high|critical|none>] [--dry-run] [-f|--force] | ||
+ | [--json] [--package-lock-only] | ||
+ | [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]] | ||
+ | [--foreground-scripts] [--ignore-scripts] | ||
+ | [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]] | ||
+ | [-ws|--workspaces] [--include-workspace-root] [--install-links] | ||
+ | |||
+ | Run "npm help audit" for more info | ||
+ | |||
+ | |||
+ | |||
[[npm audit]] [--json ][--production] | [[npm audit]] [--json ][--production] |
Revision as of 16:02, 9 October 2022
npm audit --help Run a security audit Usage: npm audit [fix|signatures] Options: [--audit-level <info|low|moderate|high|critical|none>] [--dry-run] [-f|--force] [--json] [--package-lock-only] [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]] [--foreground-scripts] [--ignore-scripts] [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]] [-ws|--workspaces] [--include-workspace-root] [--install-links] Run "npm help audit" for more info
npm audit [--json ][--production] npm audit fix [--force|--package-lock-only|--dry-run|--production|--only=(dev|prod)]
See also
Advertising: