Skip to content

Deprecated

Rule

Ensure that the library is up to date and is actively maintained, you could run the following command to check your dependencies :

npm audit

It will display all vulnerabilities of your installed dependencies :

npm audit command result

NPM uses the GitHub Advisory Database to check dependencies

You could also run the following command to try fixing issues automatically :

npm audit fix