You can use snyk test to scrutinize a public package before installing it, to see if it has known vulnerabilities or not. Use the package name to test the latest version of the package.
snyk test
snyk test [email protected]
You can also provide a specific version or range using snyk test module[@semver-range].
snyk test module[@semver-range]
See also Getting started with the CLI.
Last updated 1 year ago
Was this helpful?