node-duplexify 4.1.2-1 source package in Ubuntu
Changelog
node-duplexify (4.1.2-1) unstable; urgency=medium * Team upload [ Debian Janitor ] * Set upstream metadata fields: Bug-Submit. * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright). * Update standards version to 4.5.0, no changes needed. * Remove constraints unnecessary since buster: + Build-Depends: Drop versioned constraint on node-through2. [ Yadd ] * 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. * New upstream version 4.1.2 -- Yadd <email address hidden> Sun, 10 Oct 2021 20:35:06 +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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-duplexify_4.1.2-1.dsc | 2.2 KiB | e9aecd95c920d7d9e210cc367dbcd92dc080c9c80071e6298392ab36338b4acf |
node-duplexify_4.1.2.orig.tar.gz | 5.3 KiB | 423010acf478fdd5155cedaea02fffd93f7e6c83589322c1cb2e9e917aee7762 |
node-duplexify_4.1.2-1.debian.tar.xz | 2.8 KiB | 778edbd09f68f8a83ddb1d0808212a61bb905cbcff691b6c335039d5377eafcf |
Available diffs
- diff from 4.1.1-1 to 4.1.2-1 (1.9 KiB)
No changes file available.
Binary packages built by this source
- node-duplexify: Turn a writable and readable stream into a streams2 duplex stream
Similar to duplexer2 except it supports both streams2 and streams1 as input
and it allows you to set the readable and writable part asynchronously using
setReadable(stream) and setWritable( stream) .
.
Node.js is an event-based server-side JavaScript engine.