node-dom-helpers 5.2.1-2 source package in Ubuntu

Changelog

node-dom-helpers (5.2.1-2) unstable; urgency=medium

  * Source-only upload for migration to testing.

 -- Roland Mas <email address hidden>  Wed, 09 Mar 2022 18:36:57 +0100

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-dom-helpers_5.2.1-2.dsc 2.0 KiB 144a99ca5b930a6195c6919edcb6095ac8441416b10b1a72d0e87f6413f6e9ad
node-dom-helpers_5.2.1.orig.tar.gz 25.9 KiB 8391d72aaa505137d4db8701c3331197cf0cb0e7346d0fab0750a7d55443c89a
node-dom-helpers_5.2.1-2.debian.tar.xz 2.9 KiB 8405a665eceff937a31036e765a2320574e612b067c2722e8bfcdf3deef81aa9

No changes file available.

Binary packages built by this source

node-dom-helpers: Tiny modular DOM lib for ie9+

 Mostly just naive wrappers around common DOM API inconsistencies,
 Cross browser work is minimal and mostly taken from jQuery. This
 library doesn't do a lot to normalize behavior across browsers, it
 mostly seeks to provide a common interface, and eliminate the need to
 write the same "if (ie9)" statements in every project.
 .
 Node.js is an event-based server-side JavaScript engine.