mqtt-packet
Advanced tools
Comparing version 7.1.0 to 7.1.1
{ | ||
"name": "mqtt-packet", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"description": "Parse and generate MQTT packets like a breeze", | ||
@@ -5,0 +5,0 @@ "main": "mqtt.js", |
@@ -57,3 +57,3 @@ import EventEmitter = NodeJS.EventEmitter | ||
willDelayInterval?: number, | ||
payloadFormatIndicator?: number, | ||
payloadFormatIndicator?: boolean, | ||
messageExpiryInterval?: number, | ||
@@ -60,0 +60,0 @@ contentType?: string, |
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
171627