DEV Community

Dragan Petrovic
Dragan Petrovic

Posted on

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:

Image description

You can check the versions history of the package with informations about dimensions etc:

Image description

Or maybe check for the security issues of the package itself or related to some transitive dependency of the package:

Image description

Top comments (0)