File: control

package info (click to toggle)
dompurify.js 0.8.2~dfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 796 kB
  • ctags: 333
  • sloc: makefile: 7; sh: 7
file content (37 lines) | stat: -rw-r--r-- 1,697 bytes parent folder | download
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
36
37
Source: dompurify.js
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 9), uglifyjs, nodejs
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/dompurify.js.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/dompurify.js.git
Homepage: https://github.com/cure53/DOMPurify

Package: libjs-dompurify
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Description: XSS sanitizer for HTML, MathML and SVG
 DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML,
 MathML and SVG. It's also very simple to use and get started with. DOMPurify
 is written in JavaScript and works in all modern browsers (Safari,
 Opera (15+), Internet Explorer (10+), Edge, Firefox and Chrome - as well as
 almost anything else using Blink or WebKit). It doesn't break on IE6 or
 other legacy browsers. It simply does nothing there.
 .
 This package contains the Javascript library.

Package: node-dompurify
Architecture: all
Depends: ${misc:Depends}, nodejs
Description: XSS sanitizer for HTML, MathML and SVG - Node.js module
 DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML,
 MathML and SVG. It's also very simple to use and get started with. DOMPurify
 is written in JavaScript and works in all modern browsers (Safari,
 Opera (15+), Internet Explorer (10+), Edge, Firefox and Chrome - as well as
 almost anything else using Blink or WebKit). It doesn't break on IE6 or
 other legacy browsers. It simply does nothing there.
 .
 This package contains the NodeJS module.