mqtt-packet
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "mqtt-packet", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Parse and generate MQTT packets like a breeze", | ||
@@ -5,0 +5,0 @@ "main": "mqtt.js", |
@@ -22,3 +22,3 @@ mqtt-packet [![Build Status](https://travis-ci.org/mcollina/mqtt-packet.png)](https://travis-ci.org/mcollina/mqtt-packet) | ||
```bash | ||
npm install mqemitter --save | ||
npm install mqtt-packet --save | ||
``` | ||
@@ -25,0 +25,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
50253