You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deps/npm/docs/content/commands/npm-audit.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This option does not filter the report output, it simply changes the command's f
27
27
28
28
### Package lock
29
29
30
-
By default npm requires a package-lock or shrinkwrap in order to run the audit.
30
+
By default npm requires a package-lock in order to run the audit.
31
31
You can bypass the package lock with `--no-package-lock` but be aware the results may be different with every run, since npm will re-build the dependency tree each time.
32
32
33
33
### Audit Signatures
@@ -313,8 +313,7 @@ will also prevent _writing_ `package-lock.json` if `save` is true.
313
313
Dependency types to omit from the installation tree on disk.
314
314
315
315
Note that these dependencies _are_ still resolved and added to the
316
-
`package-lock.json` or `npm-shrinkwrap.json` file. They are just not
317
-
physically installed on disk.
316
+
`package-lock.json` file. They are just not physically installed on disk.
318
317
319
318
If a package type appears in both the `--include` and `--omit` lists, then
0 commit comments