node-stream-each 1.2.3-2 source package in Ubuntu

Changelog

node-stream-each (1.2.3-2) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 13
  * Modernize debian/watch
  * Fix GitHub tags regex
  * Use dh-sequence-nodejs
  * Update standards version to 4.6.0, no changes needed.
  * Fix filenamemangle
  * Fix test for tape ≥ 5 (Closes: #997583)

 -- Yadd <email address hidden>  Sun, 24 Oct 2021 08:56:18 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-stream-each_1.2.3-2.dsc 2.2 KiB 8252f66c338b2b7508010021ae4b12da5abb8eccabe1d8f1ead865e8a9ec16c2
node-stream-each_1.2.3.orig.tar.gz 2.9 KiB c1130a1e7c623507af65852b90aa50662a67e1c377cc709d635dbcb80fca074b
node-stream-each_1.2.3-2.debian.tar.xz 4.8 KiB bbd78824f24353edd9b1daa1e6776334c2c43141b8f0ce47af316485433f320a

Available diffs

No changes file available.

Binary packages built by this source

node-stream-each: Iterate all the data in a stream

 Iterate the data in the stream by calling the iterator function with
 (data, next) where data is a data chunk and next is a callback. Call next when
 you are ready to consume the next chunk. Optionally you can call next with an
 error to destroy the stream. When the stream ends/errors the callback is
 called if provided.
 .
 Node.js is an event-based server-side JavaScript engine.