Stop letting npm install run untrusted code on your machine — meet np-audit
每次`npm install`都可能为恶意代码敞开大门。Shai-Hulud蠕虫已感染数百个包,窃取数万机密。`np-audit`工具在npm执行前静态分析安装脚本,阻止预安装攻击。立即采取行动保护你的开发环境。
npm install You type it dozens of times a day. You probably typed it this morning. And every time you did, you handed arbitrary code execution to ever…