Comparing version 3.0.2 to 3.1.0
@@ -266,2 +266,6 @@ const b4a = require('b4a') | ||
static isProtomux (mux) { | ||
return typeof mux === 'object' && mux.isProtomux === true | ||
} | ||
* [Symbol.iterator] () { | ||
@@ -268,0 +272,0 @@ for (const session of this._local) { |
{ | ||
"name": "protomux", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"description": "Multiplex multiple message oriented protocols over a 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
23761
615