node-d3-timer 1.0.10-3 source package in Ubuntu

Changelog

node-d3-timer (1.0.10-3) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-d3-timer: Add Multi-Arch: foreign.

  [ Yadd ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.1, no changes needed.
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Modernize debian/watch
  * Fix filenamemangle
  * Fix GitHub tags regex
  * Use dh-sequence-nodejs instead of pkg-js-tools
  * Add fix for rollup 3 (Closes: #1022617)

 -- Yadd <email address hidden>  Wed, 26 Oct 2022 12:05:56 +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-timer_1.0.10-3.dsc 2.0 KiB 57b22ce8452083d6857078d3f97a1d15fbac36106712500f55ddefb1fe5b5644
node-d3-timer_1.0.10.orig.tar.gz 28.1 KiB c28a7aff4cbdae818cbdb6a66e948bd1b70ed21f780ffb6b7bcd7a780b0d78f4
node-d3-timer_1.0.10-3.debian.tar.xz 4.5 KiB 0c01b8d174ad2b5de6632b8cef39a91f48fb7c4bcafd3a8c59ab340bf27fdc77

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.