Skip to content

Commit 4e522fd

Browse files
Primajinruyadorno
authored andcommitted
Update npm-audit.md
--parseable is left from v6 and is not supported in v7. It was removed from the docs further down and thus should also not be used further up in the Synopsis. Compare: https://docs.npmjs.com/cli/v6/commands/npm-audit PR-URL: #2179 Credit: @Primajin Close: #2179 Reviewed-by: @ruyadorno
1 parent 7b89576 commit 4e522fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/content/commands/npm-audit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ description: Run a security audit
77
### Synopsis
88

99
```bash
10-
npm audit [--json|--parseable|--audit-level=(low|moderate|high|critical)]
11-
npm audit fix [--force|--package-lock-only|--dry-run]
10+
npm audit [--json] [--production] [--audit-level=(low|moderate|high|critical)]
11+
npm audit fix [--force|--package-lock-only|--dry-run|--production|--only=(dev|prod)]
1212

1313
common options: [--production] [--only=(dev|prod)]
1414
```

0 commit comments

Comments
 (0)