UNPKG

node-soc-lite

Version:

A security middleware for NodeJs(express) app to Detect OWASP Top Basic and generate report in your ThreatEquation dashboard.

53 lines (52 loc) 1.28 kB
{ "name": "node-soc-lite", "version": "0.0.5", "description": "A security middleware for NodeJs(express) app to Detect OWASP Top Basic and generate report in your ThreatEquation dashboard.", "main": "index.js", "scripts": { "test": "mocha --reporter spec test/*_test.js" }, "repository": { "type": "git", "url": "git+https://github.com/threatequation/node-soc-lite.git" }, "keywords": [ "xss attack prevention", "sql attack prevention", "node-soc", "soc", "detection", "prevention" ], "author": "Threat Equation", "license": "ISC", "homepage": "https://www.threatequation.com", "devDependencies": { "chai": "^4.2.0", "mocha": "^5.2.0" }, "dependencies": { "axios": "^0.18.0", "sanitize-html": "^1.19.0", "winston": "^3.1.0", "winston-logstash": "^0.4.0", "retire": "^2.0.0", "body-parser": "^1.18.3", "cookie-parser": "^1.4.3", "csurf": "^1.9.0", "eslint": "^5.6.1", "express": "^4.16.4", "express-session": "^1.15.6", "ini": "^1.3.5", "ipware": "^1.0.0", "lodash": "^4.17.11", "mocha": "^5.2.0" }, "bugs": { "url": "https://github.com/threatequation/node-soc-lite/issues" }, "directories": { "lib": "lib", "test": "test" } }