swansontec / scan-package-ages

Scans through node_modules to figures out how old each installed package is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scan-package-ages

Goes through node_modules and figures out how old each installed package is, oldest-to-newest.

If you are worried about people publishing malicious packages, this could be a useful tool, especially when combined with npm install --ignore-scripts, since it gives you an idea of which packages need the most auditing.

About

Scans through node_modules to figures out how old each installed package is


Languages

Language:TypeScript 50.4%Language:JavaScript 47.9%Language:Shell 1.7%