node-d3-selection 1.4.0-8 source package in Ubuntu

Changelog

node-d3-selection (1.4.0-8) unstable; urgency=medium

  * Team upload
  * Update standards version to 4.6.1, no changes needed.
  * Fix filenamemangle
  * Add fix for rollup 3 (Closes: #1022614)

 -- Yadd <email address hidden>  Wed, 26 Oct 2022 12:00:02 +0200

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-d3-selection_1.4.0-8.dsc 2.1 KiB e87452b969ecce04b28b33e5c757e604b9336d049ebed9836d481bad8a4f8c1f
node-d3-selection_1.4.0.orig.tar.gz 51.4 KiB bc3d0b474794d40c878e78b04c7c8f5be707929d553432fb73f6e286e3bf890b
node-d3-selection_1.4.0-8.debian.tar.xz 6.7 KiB d8e4184f039f7f43860abd0d61dbc0dc25eef59a64a98591af5a6f8a29d39743

Available diffs

No changes file available.

Binary packages built by this source

node-d3-selection: select elements and join them to data

 Selections allow powerful data-driven transformation of the document object
 model (DOM): set attributes, styles, properties, HTML or text content, and
 more. Using the data join’s enter and exit selections, you can also add or
 remove elements to correspond to data.
 .
 Node.js is an event-based server-side JavaScript engine.