node-dompurify 2.3.0+dfsg-2 source package in Ubuntu

Changelog

node-dompurify (2.3.0+dfsg-2) unstable; urgency=medium

  * Source only upload for migration to testing
  * Bump Standards-Version to 4.6.0 (no changes needed)
  * Bump debhelper compatibility level to 13

 -- Pirate Praveen <email address hidden>  Sun, 19 Sep 2021 23:41:48 +0530

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-dompurify_2.3.0+dfsg-2.dsc 2.2 KiB 3c4fabd8c01334de8fb9574d00e4f450b0eafaac0ba35366241a20353aa60123
node-dompurify_2.3.0+dfsg.orig.tar.xz 180.2 KiB 942deb0a9de0b8672141e94640586c9e4eeaff61f44492a5f9b913e82d5fed9f
node-dompurify_2.3.0+dfsg-2.debian.tar.xz 2.3 KiB e983f54f9b9dd7b2f88a7d06a02e9e98925fd226d33387a3d52d887148313c35

No changes file available.

Binary packages built by this source

node-dompurify: 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.