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

Changelog

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

  * Team upload
  * Add "Rules-Requires-Root: no"
  * New upstream version 1.4.4

 -- Xavier Guimard <email address hidden>  Wed, 25 Sep 2019 19:46:57 +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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-end-of-stream_1.4.4-1.dsc 2.1 KiB 219028bb49fac47c38e53b4dd03eb3ae0966903c5eac6354c31674611679671a
node-end-of-stream_1.4.4.orig.tar.gz 3.3 KiB 1c91fb517e98b63cdd679560974aa42f2306f2e42e3c1b90f171e14b0419c073
node-end-of-stream_1.4.4-1.debian.tar.xz 2.6 KiB 328452e9b14c376f9b18496c234dd87fb22388670c444688ce1a591d1a0762d3

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.