Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
node-procexss
Middleware to help to prevent xss attacks in your Express/Connect apps
node-guard
General purpose I/O module to add following http headers to keep your webpages securing them from malware attacks. This module can be used with any node http server.
xss-escape
Escapes content for prevention of XSS (Cross Site Scripting) attacks.
xss-shield
A powerful middleware for securing your express.js applications against cross-site scripting (XSS) attacks
dompurify
DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. It's written in JavaScript and works in all modern browsers (Safari, Opera (15+), Internet Explorer (10+), Firefox and Chrome - as well as almost anything else usin
xss
Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist
@radya/nuxt-dompurify
A Nuxt 3 module that integrates DOMPurify for sanitizing HTML content and protecting against XSS attacks, with support for multiple profiles.
helmet-csp
Content Security Policy middleware
wanzofc-hunter
A utility for detecting and sanitizing strings to prevent XSS attacks.
xss-filters
Secure XSS Filters - Just sufficient output filtering to prevent XSS!
express-sanitize
A middleware to sanitize all of the request inputs to prevent SQL injections and XSS attacks
@mattkrick/sanitize-svg
a small script to remove script tags from SVGs
xss-mini
A lightweight library for sanitizing HTML input to prevent XSS attacks.
escape-goat
Escape a string for use in HTML or the inverse
html-filter
A library for filter html tags and attributes and defending against XSS attacks
@mohalla-tech/xss-safeguard
Safeguard for all possible XSS attacks
cssfilter
Sanitize untrusted CSS with a configuration specified by a Whitelist. 根据白名单过滤CSS
vue-html-secure
Vue.js 2.x and 3.x plugin to add HTML secure directives v-html-remove, v-html-escape, v-html-safe
isomorphic-dompurify
Makes it possible to use DOMPurify on server and client in the same way.
express-validator
Express middleware for the validator module.