UNPKG

check-compromised-npm-packages

Version:

Scan your project for compromised npm packages

36 lines (35 loc) 768 B
{ "name": "check-compromised-npm-packages", "version": "1.4.0", "description": "Scan your project for compromised npm packages", "main": "check-compromised.js", "type": "module", "bin": { "check-compromised-npm-packages": "./check-compromised.js" }, "keywords": [ "security", "npm", "supply-chain", "vulnerability", "compromised" ], "author": "Anton", "license": "MIT", "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", "url": "https://github.com/Antonhansel/check-compromised.git" }, "files": [ "check-compromised.js", "compromised.json", "lib/" ], "scripts": { "test": "node test/test.js", "test:verbose": "node --test --reporter=verbose test/test.js" } }