1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: node-dompurify
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, node-babel-preset-env
, node-rollup-plugin-babel
, node-rollup-plugin-node-resolve
, node-rollup-plugin-replace
, node-rollup-plugin-terser
, rollup
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/js-team/node-dompurify
Vcs-Git: https://salsa.debian.org/js-team/node-dompurify.git
Homepage: https://github.com/cure53/DOMPurify
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-dompurify
Architecture: all
Depends: ${misc:Depends}
Provides: ${nodejs:Provides}
, libjs-dompurify (= ${binary:Version})
Multi-Arch: foreign
Description: DOM-only, super-fast, uber-tolerant XSS sanitizer
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 using else using Blink or WebKit. It doesn't break on
MSIE6 or other legacy browsers. It either uses a fall-back or simply does
nothing.
.
Node.js is an event-based server-side JavaScript engine.
|