For the complete documentation index, see llms.txt. This page is also available as Markdown.

Test public npm packages before use

How to test public npm packages with the Snyk CLI before using them

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 ionic@1.6.5

You can also provide a specific version or range using snyk test module[@semver-range].

See also Getting started with the CLI.

Last updated

Was this helpful?