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.1 to 4.0.2

2

package.json
{
"name": "stream-demux",
"version": "4.0.1",
"version": "4.0.2",
"description": "An iterable asynchronous stream demultiplexer.",

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

@@ -44,3 +44,3 @@ # stream-demux

// createAsyncIterator(n) method to force the iteration to
// timeout after n milliseconds of innactivity.s
// timeout after n milliseconds of innactivity.
let asyncIterator = demux.stream('def').createAsyncIterator();

@@ -47,0 +47,0 @@ while (true) {

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