node-once 1.4.0-2ubuntu1 source package in Ubuntu

Changelog

node-once (1.4.0-2ubuntu1) bionic; urgency=medium

  * Reduce iterations to make test less flaky

 -- Graham Inggs <email address hidden>  Thu, 05 Apr 2018 12:55:22 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
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-once_1.4.0.orig.tar.gz 2.6 KiB 51cd65d1759460a1e06288a71ef7152bb26da16233bd50324fa42971321babb5
node-once_1.4.0-2ubuntu1.debian.tar.xz 2.5 KiB 0e6e77d640d358d451ac75d0160e7574c11286e54533e4bad630e7073a23d716
node-once_1.4.0-2ubuntu1.dsc 2.1 KiB 358d456abdfaffaf9523018a92209496eccd338c12a4c3d51315fc50856bcfd0

View changes file

Binary packages built by this source

node-once: Run a function only once with this module for Node.js

 node-once is useful to make sure a listener for multiple events is
 only run once.
 .
 Node.js is an event-based server-side javascript engine.