Escape a string for use in HTML or the inverse
Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist
Sanitize untrusted CSS with a configuration specified by a Whitelist. 根据白名单过滤CSS
Express middleware for the validator module.
rehype plugin to sanitize HTML
Secure XSS Filters - Just sufficient output filtering to prevent XSS!
Express middleware for the sanitizer module.
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.
Various sanitizer, escaper, encoder, and utilities to prevent XSS
Escapes content for prevention of XSS (Cross Site Scripting) attacks.
This module Sanitizes HTML input, stripping all tags and attributes that aren't whitelisted.HTML sanitization can be used to protect against cross-site scripting (XSS) attacks by sanitizing any HTML code submitted by a user.
Express middleware for the sanitizer module using Caja's HTML Sanitizer and HTML escape using htmlencode.
automatic sanitization of req body fields, params and query. uses caja. automatically does sanitization and escaping as middleware.
Express middleware for the sanitizer module using Caja's HTML Sanitizer.
This package helps to filter the input text that is malicious and intended to attack the server.
Node.js Connect middleware to sanitize user input coming from POST body, GET queries, and url params. Works with Express
Ember addon to help purify DOM content
Express middleware for the sanitizer module using Caja's HTML Sanitizer and HTML escape using htmlencode. Forked from express-sanitize-escape as the original package is no longer maintained
a complete package to control user input data to prevent Cross Site Scripting (XSS) ,Sql injection and no Sql injection attack
An Ember addon that wraps DOMPurify.
Scrubs xss content in a JavaScript object
Koa middleware for the validator module.
simple node middleware to sanitize req.body object
Lightweight plugin for sanitize your html
Class-based sanitization in TypeScript using decorators
Safeguard for all possible XSS attacks
vet URIs in web and web-like applications with confidence
An express middleware inspired from express-sanitizer but additionally sanitizes URL params. It also gives an option to provide a preprocessor function to decide whether a (key, value) pair should be sanitized or not.
Middleware to sanitize http requests
Koa middleware for the validator module. Support v1 and v2.
**html-converter-react** is an isomorphic utility function that provides easy way to convert your string into a safely sanitized html. It's built on top of dompurify and it's made to work with react.
An html field-type with sanitize-html and dompurify options
Koa middleware which sanitizes user input data (in req.body, req.query, req.headers and req.params) to prevent Cross Site Scripting (XSS) attack.
Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist
🌱 A personal compilation with helpers for NodeJS and Vite