node-duplexer3 0.1.5+~0.1.1-1 source package in Ubuntu

Changelog

node-duplexer3 (0.1.5+~0.1.1-1) unstable; urgency=medium

  * Declare compliance with policy 4.6.1
  * Embed typescript declarations
  * New upstream version 0.1.5+~0.1.1

 -- Yadd <email address hidden>  Thu, 01 Sep 2022 17:08:32 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-duplexer3_0.1.5+~0.1.1-1.dsc 2.4 KiB 0f9e27a8cd0a06ed968605e7e360684081b4f5e39b1ac320890a21f8ecc03559
node-duplexer3_0.1.5+~0.1.1.orig-types-duplexer3.tar.gz 1.7 KiB dde4390957b67c940b76d5e26ba6cac2b78a85c9e43b7c039cdf4d9f7120d59e
node-duplexer3_0.1.5+~0.1.1.orig.tar.gz 3.8 KiB 0ac16dea0f1308dce602ba9ef56025456a68d4838a7971bb9194bc641ac94a3c
node-duplexer3_0.1.5+~0.1.1-1.debian.tar.xz 4.1 KiB b0a9b19f0b8e8b21790555a831e068d973681cffb1f0081517def3235c17ebf4

Available diffs

No changes file available.

Binary packages built by this source

node-duplexer3: Like duplexer but using streams3

 This is a reimplementation of duplexer using the Streams3 API
 which is standard in Node as of v4. Everything largely works the same
 Duplexer takes a writable stream and a readable stream and makes them
 appear as a readable writable stream.
 .
 Node.js is an event-based server-side JavaScript engine.