is there a yarn alternative for npm audit?

sjt003 picture sjt003 · Aug 7, 2018 · Viewed 22.4k times · Source

need pinned resolution feature of yarn, but also want to audit with npm audit? Is there a yarn alternative to npm audit? Or, alternately, will pinning resolutions of dependencies of dependencies work in npm?

Answer

Vasiliy Vanchuk picture Vasiliy Vanchuk · Oct 8, 2018

yarn audit / yarn install --audit has been available since [email protected]

https://github.com/yarnpkg/yarn/releases/tag/v1.12.0