Comparing version 3.5.0 to 3.5.1
@@ -419,2 +419,3 @@ const b4a = require('b4a') | ||
_ondata (buffer) { | ||
if (buffer.byteLength === 0) return // ignore empty frames... | ||
try { | ||
@@ -421,0 +422,0 @@ const state = { buffer, start: 0, end: buffer.byteLength } |
{ | ||
"name": "protomux", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"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
31694
883