mqtt-packet
Advanced tools
Comparing version 4.1.1 to 4.1.2
{ | ||
"name": "mqtt-packet", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Parse and generate MQTT packets like a breeze", | ||
@@ -5,0 +5,0 @@ "main": "mqtt.js", |
@@ -355,3 +355,3 @@ | ||
if(length === -1 || end > this._list.length || end > this.packet.length) | ||
if(length === -1 || end > this._list.length || end > this.packet.length) | ||
return null | ||
@@ -371,3 +371,3 @@ | ||
if(length === -1 || end > this._list.length || end > this.packet.length) | ||
if(length === -1 || end > this._list.length || end > this.packet.length) | ||
return null | ||
@@ -374,0 +374,0 @@ |
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
64114