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.

38 lines (37 loc) 1.01 kB
{ "name": "is-my-node-supply-chain-secure", "version": "0.0.2", "description": "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.", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "supplychain", "supply", "chain", "attack", "scan", "secure", "is", "my", "supply", "chain", "node" ], "author": "Brandon Nozaki Miller", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/RIAEvangelist/is-my-node-supply-chain-secure.git" }, "bugs": { "url": "https://github.com/RIAEvangelist/is-my-node-supply-chain-secure/issues" }, "homepage": "https://github.com/RIAEvangelist/is-my-node-supply-chain-secure#readme", "dependencies": { "nozaki-colors": "^1.0.1", "strong-type": "^1.1.0" } }