node-d3-selection 1.4.1+~1.4.3-1 source package in Ubuntu

Changelog

node-d3-selection (1.4.1+~1.4.3-1) unstable; urgency=medium

  * Team upload
  * Update standards version to 4.6.2, no changes needed.
  * Embed typescript declarations
  * New upstream version 1.4.1+~1.4.3

 -- Yadd <email address hidden>  Sat, 09 Sep 2023 17:15:11 +0400

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-d3-selection_1.4.1+~1.4.3-1.dsc 2.5 KiB f9f3624d0df05694a04f190b269bea7a4d1c636ee3b6b578118109cbc06b254e
node-d3-selection_1.4.1+~1.4.3.orig-types-d3-selection.tar.gz 13.1 KiB 04f9e1f3f74a0092f8709f9c9455d54155a8e6a6ee87a515a466a8982266fc8c
node-d3-selection_1.4.1+~1.4.3.orig.tar.gz 65.4 KiB c46a072a3983040c11e3a6418b64d8913712a614e77eb76ed34c80703afbaabb
node-d3-selection_1.4.1+~1.4.3-1.debian.tar.xz 7.5 KiB df3a33fa462b41e4bb614c438397942a70d73b3e4c53133c0c95de4d8c703646

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.