Difference between revisions of "Npm audit --help"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
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]
  npm audit fix [--force|--package-lock-only|--dry-run|--production|--only=(dev|prod)]
+
  [[npm audit fix]] [--force|--package-lock-only|--dry-run|--production|--only=(dev|prod)]
  
  

Latest revision as of 16:03, 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[edit]

Advertising: