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

Changelog

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

  * New upstream version 2.0.6+dfsg
  * Bump compat, standards and change section to javascript

 -- Pirate Praveen <email address hidden>  Tue, 27 Feb 2018 13:37:02 +0530

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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-timers-browserify_2.0.6+dfsg-1.dsc 2.2 KiB ff3b4a71ffcedd077f42e38f6658bbad2d783620a0fc0d3ffb368b36cf86a8b9
node-timers-browserify_2.0.6+dfsg.orig.tar.xz 4.2 KiB c24c3d65735d98f7cf1851281526061f0d1812f91b924d68e21277d3ec16ba24
node-timers-browserify_2.0.6+dfsg-1.debian.tar.xz 2.4 KiB 4051ba0b22279a417b8269dc8035e550ee45bd360e3e21cc6fe33bb1c7e6d4b6

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.