node-through2 4.0.2-2 source package in Ubuntu

Changelog

node-through2 (4.0.2-2) unstable; urgency=medium

  * Team upload

  [ Bastien Roucariès ]
  * Bump standard version
  * MA foreign

  [ Yadd ]
  * Replace Leo Iannacone by Yadd, thanks for your work!
  * Fix GitHub tags regex

 -- Bastien Roucariès <email address hidden>  Sun, 03 Oct 2021 09:26:09 +0000

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
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-through2_4.0.2-2.dsc 2.1 KiB ff8678b95f91fd40d1a8f9b72e06ac65b54e8608713489a5961e6acaf8de962d
node-through2_4.0.2.orig.tar.gz 6.1 KiB f87f62309825a967fd47706d957bcb3aaa1b61b7ef8748c836fb287ffb11739c
node-through2_4.0.2-2.debian.tar.xz 4.4 KiB 2672969b5ebce4761e901b8e92ef3c658c643019681d6ede4483d20e7884b072

Available diffs

No changes file available.

Binary packages built by this source

node-through2: Make a stream.Transform out of a function - Node.js module

 This package provide a tiny wrapper around stream.Transform from
 Node.js library to avoid explicit subclassing noise.
 .
 Inspired by Dominic Tarr's through module in that it's so much easier
 to make a stream out of a function than it is to set up the prototype
 chain properly.
 .
 Node.js is an event-based server-side JavaScript engine.