UNPKG

is-my-node-supply-chain-secure

Version:

Scans your computer for node modules that are potentially vulnerable to supply chain attacks. You still need to review the code of modules that are not vulnerable, but this helps.

7 lines (3 loc) 190 B
import find from './service/findFiles.js'; console.log('Statrting Check, please be patient, if there any vulnerabilities, they will show up here.'); await find('/','package.json');