@types/mqtt
Advanced tools
Comparing version 0.0.33 to 0.0.34
@@ -14,3 +14,3 @@ // Type definitions for MQTT | ||
interface Packet { | ||
messageId: string; | ||
messageId: number; | ||
[key: string]: any; | ||
@@ -17,0 +17,0 @@ } |
{ | ||
"name": "@types/mqtt", | ||
"version": "0.0.33", | ||
"version": "0.0.34", | ||
"description": "TypeScript definitions for MQTT", | ||
"license": "MIT", | ||
"author": "Pekka Leppänen <https://github.com/PekkaPLeppanen>", | ||
"contributors": [ | ||
{ | ||
"name": "Pekka Leppänen", | ||
"url": "https://github.com/PekkaPLeppanen" | ||
} | ||
], | ||
"main": "", | ||
@@ -17,4 +22,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "47bfbce6426c18769d74edda658006cd9dd406a2c44a8e664727272f6d16ca5b", | ||
"typesPublisherContentHash": "ad801cc2a1f720869e660d9b9819f641c002b358ec6e8ad51e06903f241378fd", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 23 Jan 2017 08:16:11 GMT | ||
* Last updated: Tue, 28 Mar 2017 19:41:07 GMT | ||
* Dependencies: node | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
14280
3
404