Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/mqtt

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/mqtt - npm Package Compare versions

Comparing version 0.0.32 to 0.0.33

4

mqtt/index.d.ts

@@ -238,2 +238,6 @@ // Type definitions for MQTT

/**
* get last message id. This is for sent messages only.
*/
getLastMessageId(): number;
}

@@ -240,0 +244,0 @@

7

mqtt/package.json
{
"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
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc