user

Inedo Blog


Navigation
CategoryNPM
Featured

NPM

How to Handle npm Dependencies with Lock Files

Posted on January 16th, 2024.

This article part of a series on Mastering npm in the Enterprise, also available as a chapter in our free, downloadable eBook Working with Node.js and npm? While you’ve probably wrestled with npm dependencies already, understanding these alone is just scratching the surface. Have you heard of “dev-only...

Featured

NPM

Exploring npm Package Vulnerabilities and Effective Auditing

Posted on January 9th, 2024.

This article part of a series on Mastering npm in the Enterprise, also available as a chapter in our free, downloadable eBook Seen scary vulnerability alerts when you’re coding with npm packages? Worried about the security of your JavaScript apps due to the latest scare, like when several widely used JavaScript libraries were...

Featured

NPM

npm Package Approval Flows & Connectors

Posted on December 7th, 2023.

This article part of a series on Mastering npm in the Enterprise, also available as a chapter in our free, downloadable eBook Are you deploying applications to production with packages directly sourced from npmjs.org? This is a common practice for many organizations, with npmjs.org being a popular repository among developers and...

Featured

NPM

Making Sense of npm Package Licenses

Posted on November 30th, 2023.

This article part of a series on Mastering npm in the Enterprise, also available as a chapter in our free, downloadable eBook Are you using npmjs.org for all your JavaScript packages? It’s a pretty common source for dev projects. But when it comes to package licenses, how aware are you of the ones you’re using? With over 100...