node-pumpify 2.0.1-1 source package in Ubuntu

Changelog

node-pumpify (2.0.1-1) unstable; urgency=low

  * New upstream release

 -- Ying-Chun Liu (PaulLiu) <email address hidden>  Wed, 06 Nov 2019 04:47:00 +0800

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Low 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-pumpify_2.0.1-1.dsc 2.1 KiB aa0e9ddc452c978dc69dc1a9424d1ea05ff37bcdb01181ea6a7c46cfbec7b96d
node-pumpify_2.0.1.orig.tar.gz 3.6 KiB bcfde87bccd8f0d313386d4463f234c9416e66c06b78f30fea816e2dd818c142
node-pumpify_2.0.1-1.debian.tar.xz 2.5 KiB 1c72bb3107cdab31de7608afb4382da82d637b01b648d325f67948f21eca1610

Available diffs

No changes file available.

Binary packages built by this source

node-pumpify: combine streams into a single duplex stream by pump and duplexify

 Combine an array of streams into a single duplex stream using pump and
 duplexify. If one of the streams closes/errors all streams in the pipeline
 will be destroyed.
 .
 Node.js is an event-based server-side JavaScript engine.