mqtt-packet
Advanced tools
Comparing version 3.4.0 to 3.4.1
{ | ||
"name": "mqtt-packet", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "Parse and generate MQTT packets like a breeze", | ||
@@ -5,0 +5,0 @@ "main": "mqtt.js", |
@@ -13,5 +13,5 @@ mqtt-packet [![Build Status](https://travis-ci.org/mqttjs/mqtt-packet.png)](https://travis-ci.org/mqttjs/mqtt-packet) | ||
This library works with node v0.10 and node v0.8, but it requires at | ||
least NPM 1.4. To upgrade on node v0.8, run `npm install | ||
npm@v1.4-latest -g`. | ||
This library works with node v4.x, v0.12.x, v0.10.x and node v0.8.x and all iojs releases, but it requires at | ||
least NPM 1.4. To upgrade NPM on node v0.8, run `npm install | ||
npm@1.4.28 -g`. | ||
@@ -18,0 +18,0 @@ Install |
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
52077