Analyze your dependencies
Sometimes we need to analyze npm packages, how often are they updated, if they have some security vulnerability (or had in some previous version) and a lot of different checks. A useful tool that can help with this is www.npmcheck.com. You can access to a lot of informations about the package itself: You can check the versions history of the package with informations about dimensions etc: Or maybe check for the security issues of the package itself or related to some transitive dependency of the package:

Sometimes we need to analyze npm packages, how often are they updated, if they have some security vulnerability (or had in some previous version) and a lot of different checks.
A useful tool that can help with this is www.npmcheck.com.
You can access to a lot of informations about the package itself:
You can check the versions history of the package with informations about dimensions etc:
Or maybe check for the security issues of the package itself or related to some transitive dependency of the package: