DEV Community

Cover image for Checklist for choosing an optimal npm package

Checklist for choosing an optimal npm package

Adrian Bece on August 22, 2019

There is no doubt, you have probably used npm in your project at least once. npm helps us with finding, installing and updating various project dep...
Collapse
 
idrisrampurawala profile image
Idris Rampurawala

Great post summing up all the points for decision making :)

Just want to add one more point:

Version Compatibility

Sometimes we also need to check if the package and the dependencies will not conflict with our project dependencies versions.

Collapse
 
adrianbdesigns profile image
Adrian Bece

Thank you. I have included your comment in the article.

Collapse
 
santeee profile image
Santee

Very useful, thanks!