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

multiplex

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multiplex - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

2

index.js

@@ -255,3 +255,3 @@ var stream = require('readable-stream')

} else if (this._onchannel) {
channel = new Channel(name, this)
channel = new Channel(name, this, this._options)
this._onchannel(this._addChannel(channel, this._channel, this._list), channel.name)

@@ -258,0 +258,0 @@ }

{
"name": "multiplex",
"version": "6.0.1",
"version": "6.0.2",
"description": "A binary stream multiplexer. Stream multiple streams of binary data over a single binary stream.",

@@ -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