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

Changelog

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

  * Team upload
  * New upstream version, fix problems with webpack
    (global not exported)
  * Fix broken symlink (Closes: #863670), remove it. Not needed on
    debian install
  * Update copyright, compat, and policy

 -- Bastien Roucariès <email address hidden>  Mon, 24 Dec 2018 20:09:11 +0100

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

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-timers-browserify_2.0.10+dfsg-1.dsc 2.2 KiB 941acdb5c4f81c0c7a1451754cdc5cb906755ecd0018da99b9961ff15e3fad8a
node-timers-browserify_2.0.10+dfsg.orig.tar.xz 4.3 KiB f970ab46e3097fccf1318643546cbab0d21b3a87f7bd902b64fc32c07313e415
node-timers-browserify_2.0.10+dfsg-1.debian.tar.xz 3.1 KiB 0247c97ae0d76660100605cb62e3efe63583e5f2e0fe9b01a4c6e7f3bb99dc5f

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.