node-through2 4.0.2-1 source package in Ubuntu

Changelog

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

  * Team upload

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.

  [ Xavier Guimard ]
  * Declare compliance with policy 4.5.0
  * Bump debhelper compatibility level to 13
  * Use dh-sequence-nodejs
  * New upstream version 4.0.2
  * Require node-readable-stream > 3
  * Update test, replace tape by mocha

 -- Xavier Guimard <email address hidden>  Mon, 02 Nov 2020 14:45:46 +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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-through2_4.0.2-1.dsc 2.1 KiB 835577268c309e5d17b69f06e03b59122e3b887e6546d3c8dff93279f209c916
node-through2_4.0.2.orig.tar.gz 6.1 KiB f87f62309825a967fd47706d957bcb3aaa1b61b7ef8748c836fb287ffb11739c
node-through2_4.0.2-1.debian.tar.xz 4.3 KiB c04f0ace8a4ebf5bb96f5272b56341a8f6733c7e7bdbe726b779827c5076916c

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.