UNPKG

scorpion4dev-express-autosanitizer

Version:

automatic sanitization of req body fields, params and query. automatically does sanitization and escaping as middleware.

32 lines (31 loc) 827 B
{ "name": "scorpion4dev-express-autosanitizer", "version": "1.0.9", "description": "automatic sanitization of req body fields, params and query. automatically does sanitization and escaping as middleware.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/scorpion4dev/express-autosanitizer.git" }, "keywords": [ "express", "sanitize", "sanitizer", "autosanitizer", "xss", "security", "caja" ], "author": "scorpion4dev", "license": "MIT", "bugs": { "url": "https://github.com/scorpion4dev/express-autosanitizer/issues" }, "homepage": "https://github.com/scorpion4dev/express-autosanitizer#readme", "dependencies": { "sanitizer": "^0.1.3" } }