@types/mqtt
Advanced tools
Comparing version 0.0.32 to 0.0.33
@@ -238,2 +238,6 @@ // Type definitions for MQTT | ||
/** | ||
* get last message id. This is for sent messages only. | ||
*/ | ||
getLastMessageId(): number; | ||
} | ||
@@ -240,0 +244,0 @@ |
{ | ||
"name": "@types/mqtt", | ||
"version": "0.0.32", | ||
"version": "0.0.33", | ||
"description": "TypeScript definitions for MQTT", | ||
@@ -16,4 +16,5 @@ "license": "MIT", | ||
}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "9892e684382ec86882033500702bcbebb8bbbda779976a3276e6895efcc7b354" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "47bfbce6426c18769d74edda658006cd9dd406a2c44a8e664727272f6d16ca5b", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,12 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/mqtt | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/mqtt | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: node | ||
* Module Dependencies: none | ||
* Global values: mqtt | ||
* Last updated: Mon, 23 Jan 2017 08:16:11 GMT | ||
* Dependencies: node | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Pekka Leppänen <https://github.com/PekkaPLeppanen>. |
{ | ||
"authors": "Pekka Leppänen <https://github.com/PekkaPLeppanen>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [ | ||
"node" | ||
], | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": "0", | ||
"libraryMinorVersion": "0", | ||
"name": "mqtt", | ||
"libraryName": "MQTT", | ||
"typingsPackageName": "mqtt", | ||
"projectName": "https://github.com/mqttjs/MQTT.js", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
"globals": [ | ||
"mqtt" | ||
], | ||
"declaredModules": [ | ||
"mqtt" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "9892e684382ec86882033500702bcbebb8bbbda779976a3276e6895efcc7b354" | ||
"data": { | ||
"authors": "Pekka Leppänen <https://github.com/PekkaPLeppanen>", | ||
"dependencies": { | ||
"node": "*" | ||
}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 0, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "MQTT", | ||
"typingsPackageName": "mqtt", | ||
"projectName": "https://github.com/mqttjs/MQTT.js", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [], | ||
"declaredModules": [ | ||
"mqtt/." | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "47bfbce6426c18769d74edda658006cd9dd406a2c44a8e664727272f6d16ca5b" | ||
}, | ||
"isLatest": true | ||
} |
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
15118
432
17