node-is-stream 2.0.1-1 source package in Ubuntu

Changelog

node-is-stream (2.0.1-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + node-is-stream: Add Multi-Arch: foreign.

  [ Yadd ]
  * Modernize debian/watch
  * Fix GitHub tags regex
  * Update standards version to 4.6.0, no changes needed.
  * New upstream version 2.0.1
  * Refresh patch
  * Fix test

 -- Yadd <email address hidden>  Sun, 26 Sep 2021 07:27:42 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-is-stream_2.0.1-1.dsc 2.0 KiB bee0552d0222e30c47bcd47104df022d023e0b20f25ae8d5e523a080dbdaf6c2
node-is-stream_2.0.1.orig.tar.gz 3.6 KiB 109f5f492d44aea132a9909836110db8a0d055c5f0eb44631df32b7e407a5779
node-is-stream_2.0.1-1.debian.tar.xz 5.2 KiB 76295750016af8d3d38d0fdf85969ca2e4089d52209d5615f8f1eb9facc3c758

Available diffs

No changes file available.

Binary packages built by this source

node-is-stream: Check if something is a Node.js stream

 A stream is an abstract interface for working with streaming data in Node.js.
 The stream module provides a base API that makes it easy to build objects that
 implement the stream interface.
 .
 Node.js is an event-based server-side JavaScript engine.