node-is-stream 3.0.0-4 source package in Ubuntu

Changelog

node-is-stream (3.0.0-4) unstable; urgency=medium

  * Team upload
  * Fix commonjs export: add a wrapper to old API

 -- Yadd <email address hidden>  Tue, 12 Apr 2022 07:32:44 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-is-stream_3.0.0-4.dsc 2.1 KiB 366b31ca26e87e06584dfab55f8b5a9f4f5a11b1d99cc28bacce9aab0c8f936a
node-is-stream_3.0.0.orig.tar.gz 3.5 KiB 00b06220fb79562ce23eca5ff7a74c5bc5ac416e5c4757ea07439de4a14d173b
node-is-stream_3.0.0-4.debian.tar.xz 5.6 KiB a20392a767e1ec9ef1ed34eb8fb804fc67bb956242a34f194b9500f9c9ee0054

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.