Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stream-demux

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-demux - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

demuxed-async-iterable-stream.js

14

index.js

@@ -1,3 +0,3 @@

const AsyncIterableStream = require('async-iterable-stream');
const WritableAsyncIterableStream = require('writable-async-iterable-stream');
const DemuxedAsyncIterableStream = require('./demuxed-async-iterable-stream');

@@ -50,14 +50,2 @@ class StreamDemux {

class DemuxedAsyncIterableStream extends AsyncIterableStream {
constructor(streamDemux, name) {
super();
this.name = name;
this._streamDemux = streamDemux;
}
createAsyncIterator(timeout) {
return this._streamDemux.createAsyncIterator(this.name, timeout);
}
}
module.exports = StreamDemux;
{
"name": "stream-demux",
"version": "4.0.3",
"version": "4.0.4",
"description": "An iterable asynchronous stream demultiplexer.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc