paint-brush
Managing NPM Dependency as A Professionalby@maxvynohradov
259 reads

Managing NPM Dependency as A Professional

by Max Vynohradov3mNovember 22nd, 2020
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Depcheck is a useful library to check what dependencies are unused or missing from package.json but used in your code base. It’s highly recommended to use it locally (for instance, on pre-commit hooks) or in remote CI to avoid the following issues: Redundant dependencies increase build/bundle size, which leads to these consequences: Docker images become bigger, AWS Lambda handler also has longer cold starts, and an event can surpass lambda size limits. Check licenses of all NPM packages that you use in a project. Check license-checker is the best way to do this!
featured image - Managing NPM Dependency as A Professional
Max Vynohradov HackerNoon profile picture
Max Vynohradov

Max Vynohradov

@maxvynohradov

Node.js, TypeScript, Serverless

Learn More
LEARN MORE ABOUT @MAXVYNOHRADOV'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Max Vynohradov HackerNoon profile picture
Max Vynohradov@maxvynohradov
Node.js, TypeScript, Serverless

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here
Coffee-web