CodeBrowser / npm / security
security@1.0.0
// Utility methods for escaping according to OWASP.
$ npm install security
downloads/wk
6,409
license
version
1.0.0
published
May 7, 2012
What is security?
The "security" npm package provides utility methods for escaping user input according to OWASP standards, helping prevent common web vulnerabilities like XSS and injection attacks. Developers use it to safely sanitize and encode data before outputting it in HTML, JavaScript, URLs, and other contexts where unescaped input could be dangerous.
Maintainers
cweider