UNPKG

dompurify

Version:

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

34 lines (33 loc) 606 B
{ "name": "DOMPurify", "version": "0.7.3", "homepage": "https://github.com/cure53/DOMPurify", "author": "Cure53 <info@cure53.de>", "description": "A DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG", "main": "src/purify.js", "keywords": [ "dom", "xss", "cross site scripting", "html", "svg", "mathml", "sanitizer", "filter", "sanitize", "security", "secure" ], "license": [ "MPL-2.0", "Apache-2.0" ], "ignore": [ "**/.*", "test", "demo" ], "devDependencies": { "jQuery": "1.11.0" } }