I am wondering if there is an equivalent of yarn audit --groups "dependencies"
in npm. I checked npm doc but did not find answer to it.
Asked
Active
Viewed 8 times
0

Tim Woohoo
- 470
- 1
- 7
- 17
-
`npm audit --production`? See https://docs.npmjs.com/cli/v6/commands/npm-audit. – jonrsharpe Aug 11 '21 at 15:46
-
Thanks @jonrsharpe, that's might be the answer. – Tim Woohoo Aug 11 '21 at 15:49