node-pump 3.0.0-4 source package in Ubuntu

Changelog

node-pump (3.0.0-4) unstable; urgency=medium

  * Team upload
  * Patch to test with nonblocking urandom (Closes: #963429)

 -- Jérémy Lal <email address hidden>  Tue, 28 Jul 2020 18:07:37 +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

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-pump_3.0.0-4.dsc 2.0 KiB 0d5b13a11b48551b817d6798f44aababf7888194f4fbd52331356470e0d93a6a
node-pump_3.0.0.orig.tar.gz 3.3 KiB 5443a8ec244a73a31d0822e92a37acfae815e857ad7ea63e44248556e1878f14
node-pump_3.0.0-4.debian.tar.xz 3.3 KiB 48bc3158f5a103c815e7f03f973c78592bce6c6102232b98e05615584f921ee0

Available diffs

No changes file available.

Binary packages built by this source

node-pump: small node module that pipes streams together

 When using standard source.pipe(dest) source will not be destroyed if dest
 emits close or an error. You are also not able to provide a callback to tell
 when then pipe has finished. pump does these two things for you.
 .
 Node.js is an event-based server-side JavaScript engine.