express-xss-sanitizer
Advanced tools
Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "express-xss-sanitizer", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Express 4.x middleware which sanitizes user input data (in req.body, req.query, req.headers and req.params) to prevent Cross Site Scripting (XSS) attack.", | ||
@@ -9,6 +9,2 @@ "main": "index.js", | ||
}, | ||
"engines": { | ||
"node": ">=16.9.0" | ||
}, | ||
"engineStrict": true, | ||
"repository": { | ||
@@ -15,0 +11,0 @@ "type": "git", |
39233