Comparing version 6.0.1 to 6.0.2
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20281