node-timers-browserify 2.0.11+dfsg-1 source package in Ubuntu

Changelog

node-timers-browserify (2.0.11+dfsg-1) unstable; urgency=medium

  * Team upload
  * New upstream version: fix license header
  * Move to /usr/share
  * Bump debhelper and policy (no changes)

 -- Bastien Roucariès <email address hidden>  Wed, 18 Sep 2019 16:40:29 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-timers-browserify_2.0.11+dfsg-1.dsc 2.2 KiB c4895b144dcd9bb380a0accd058def76c407e741d08a35d09b54687ad3c4b353
node-timers-browserify_2.0.11+dfsg.orig.tar.xz 4.4 KiB 58c4c69af51b16b614d1b4d90560aaa5eef842bcef1053fe3f4c0e5c397585c8
node-timers-browserify_2.0.11+dfsg-1.debian.tar.xz 3.2 KiB 2011169b840fbb187ba3ad80687ca17ca2cad49271186986470354f4e988affa

Available diffs

No changes file available.

Binary packages built by this source

node-timers-browserify: timers module for browserify

 This library adds support for the `timers` module to browserify. Browsers
 support the public methods of the `timers` module already.
 .
 But the `timers` module also includes some private methods used in other
 built-in Node.js modules. These are used to efficiently support a large
 quantity of timers with the same timeouts by creating only a few timers under
 the covers.
 .
 Node.js is an event-based server-side JavaScript engine.