NODE

npm Supply Chain Attack 2025: How 18 Popular Packages Were Compromised

If you’ve ever worked with JavaScript, chances are you’ve used npm packages without even thinking twice. From small utilities to massive frameworks, these open-source libraries are the backbone of modern web development. But what happens when the trust we place in these packages is exploited? On September 8, 2025, the JavaScript ecosystem faced a major […]

npm Supply Chain Attack 2025: How 18 Popular Packages Were Compromised Read More »

Javascript security vulnerabilities checklist

Tools to check javascript security vulnerabilities 1) npm installIf you are using npm install in your application, make sure you keep all packages updated to the latest versions. 2) Snyk toolYou can signup for Synk tool for free and add repo to check issues.Synk can be integrated with Github repository and it can create pull

Javascript security vulnerabilities checklist Read More »

Scroll to Top