node-d3-dispatch 1.0.6-4 source package in Ubuntu

Changelog

node-d3-dispatch (1.0.6-4) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

  [ Yadd ]
  * Modernize debian/watch
  * Fix filenamemangle
  * Fix GitHub tags regex
  * Use dh-sequence-nodejs instead of pkg-js-tools
  * Add fix for rollup 3 (Closes: #1022597)

 -- Yadd <email address hidden>  Wed, 26 Oct 2022 08:46:15 +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-dispatch_1.0.6-4.dsc 2.1 KiB 3531b1f98097cfb56e4f01d501f8746666d87a1db94776301ad34853dd65e83f
node-d3-dispatch_1.0.6.orig.tar.gz 25.9 KiB 907591839e4175db8e6ac64e323bc1d9d7d4ff36a6d9bb4068caa6b5a50c796e
node-d3-dispatch_1.0.6-4.debian.tar.xz 3.9 KiB 584a72046800f879eaeca09347965de6e99690ad6c388121e00e02dc879436a6

Available diffs

No changes file available.

Binary packages built by this source

node-d3-dispatch: Register named callbacks and call them with arguments

 Dispatching is a convenient mechanism for separating concerns with
 loosely-coupled code: register named callbacks and then call them with
 arbitrary arguments. A variety of D3 components, such as d3-request, use this
 mechanism to emit events to listeners. Think of this like Node’s EventEmitter,
 except every listener has a well-defined name so it’s easy to remove or
 replace them.
 .
 Node.js is an event-based server-side JavaScript engine.