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
{{ message }}
This repository was archived by the owner on Mar 13, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: readme.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ To always exit with code 0 pass `--ignore`
57
57
58
58
running `dependency-check ./package.json --missing` will only do the check to make sure that all modules in your code are listed in your package.json
59
59
60
-
### --unused, --extra
60
+
### --unused
61
61
62
62
running `dependency-check ./package.json --unused` will only do the inverse of the missing check and will tell you which modules in your package.json dependencies **were not used** in your code
0 commit comments