node-dompurify 2.3.3+dfsg-1 source package in Ubuntu

Changelog

node-dompurify (2.3.3+dfsg-1) unstable; urgency=medium

  * Team upload.

  [ Caleb Adepitan ]
  * New upstream version 2.3.3+dfsg
  * Resolve lintian issues overriding where seen fit

  [ lintian-brush ]
  * Trim trailing whitespace
  * Set upstream metadata fields: Bug-Submit, Security-Contact
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright)

  [ Yadd ]
  * Update lintian overrides
  * Add "Rules-Requires-Root: no"
  * Fix filenamemangle
  * Use dh-sequence-nodejs instead of pkg-js-tools
  * Drop dependency to nodejs
  * Fix patch format
  * Fix copyright format

 -- Caleb Adepitan <email address hidden>  Thu, 04 Nov 2021 15:31:25 +0000

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-dompurify_2.3.3+dfsg-1.dsc 2.2 KiB f5fcc43f418da278a1a77127901ff957c5475ce2659a5e9bf04f486e09994c3c
node-dompurify_2.3.3+dfsg.orig.tar.xz 174.8 KiB 9ef0835885612f91b26833fe49a550255abc936ff76ad46be99bd7ff35fc308c
node-dompurify_2.3.3+dfsg-1.debian.tar.xz 2.9 KiB e51b5e9f1bb347a1e8658a743846fb8d8741fefd99d9907e10fe4d10cfe6bd91

Available diffs

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.