node-d3-timer 1.0.10+~1.0.10-1 source package in Ubuntu

Changelog

node-d3-timer (1.0.10+~1.0.10-1) unstable; urgency=medium

  * Team upload
  * Update standards version to 4.6.2, no changes needed
  * Embed typescript declarations and repack

 -- Yadd <email address hidden>  Sat, 09 Sep 2023 19:15:53 +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-timer_1.0.10+~1.0.10-1.dsc 2.4 KiB d40b6f982c2ad61aaccfaf2c51acdc012a1b562bc9eb38da2aa6a1060b9f03fb
node-d3-timer_1.0.10+~1.0.10.orig-types-d3-timer.tar.gz 2.5 KiB 01bc8cad544e22958c9939c67860cc6417a6032ee01cb69563aa0b767ebe44a0
node-d3-timer_1.0.10+~1.0.10.orig.tar.gz 28.1 KiB c28a7aff4cbdae818cbdb6a66e948bd1b70ed21f780ffb6b7bcd7a780b0d78f4
node-d3-timer_1.0.10+~1.0.10-1.debian.tar.xz 5.2 KiB d4eb6a1782ee1d037f9767887ee2149a27bdde00fe4c44af0d680de7bf8f675f

Available diffs

No changes file available.

Binary packages built by this source

node-d3-timer: efficient queue to manage thousands of concurrent animations

 This module provides an efficient queue capable of managing thousands of
 concurrent animations, while guaranteeing consistent, synchronized timing with
 concurrent or staged animations. Internally, it uses requestAnimationFrame for
 fluid animation (if available), switching to setTimeout for delays longer than
 24ms.
 .
 Node.js is an event-based server-side JavaScript engine.