UNPKG

@passmarked/malware

Version:

Rules that check if the page or linked pages on the same domain (or external) contain any unwanted software,malware or reported phishing attacks

45 lines (44 loc) 1.01 kB
{ "name": "@passmarked/malware", "version": "1.0.4", "description": "Rules that check if the page or linked pages on the same domain (or external) contain any unwanted software,malware or reported phishing attacks", "main": "index.js", "scripts": { "test": "NODE_ENV=testing mocha" }, "author": "Passmarked <devops@passmarked.com>", "repository": { "type": "git", "url": "git@github.com:passmarked/malware.git" }, "keywords": [ "passmarked", "passmark", "security", "standards", "test", "suite", "safe", "malware", "phishing", "phishtank", "safebrowsing", "unwanted" ], "license": "Apache-2.0", "dependencies": { "async": "^1.4.2", "passmarked": "*", "underscore": "^1.6.0", "string": "^3.0.0", "cheerio": "^0.19.0", "request": "^2.58.0" }, "devDependencies": { "chai": "^2.1.0", "coffeelint": "^1.9.2", "mocha": "^2.1.0", "sinon": "^1.12.2", "sinon-chai": "^2.7.0" } }