node-end-of-stream 1.4.1-1 source package in Ubuntu

Changelog

node-end-of-stream (1.4.1-1) unstable; urgency=medium

  * New upstream version
  * Update Vcs fields for migration to https://salsa.debian.org/
  * Bump standard version
  * Bump debhelper compat
  * Fix nodejs binary
  * Update copyright
  * Bump standard version
  * Destroy rather than close stream (Closes: #918424)

 -- Paolo Greppi <email address hidden>  Thu, 10 Jan 2019 21:27:35 +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-end-of-stream_1.4.1-1.dsc 2.1 KiB af465a3d786fe495d5fb465e679aec56c47be5ccf3976927d3827189b619ad08
node-end-of-stream_1.4.1.orig.tar.gz 2.8 KiB 0b65fe0b4b5e6420bc1920e66e1ee223058c2ddb66df6914ad1511015382594f
node-end-of-stream_1.4.1-1.debian.tar.xz 2.7 KiB f7c0ab98f7283fdb0dae09ee34567021bee9ea2bb1817917c9dea2bcb125ba3d

Available diffs

No changes file available.

Binary packages built by this source

node-end-of-stream: Invoke a callback when a stream has completed or failed

 end-of-stream is a Node.js module which calls a callback when a readable,
 writable, or duplex stream has completed or failed.
 .
 Pass a stream and a callback to end-of-stream. Both legacy streams and
 streams2 are supported.
 .
 Node.js is an event-based server-side JavaScript engine.