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

@types/paho-mqtt

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/paho-mqtt - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

7

paho-mqtt/index.d.ts

@@ -282,5 +282,2 @@ // Type definitions for paho-mqtt 1.0

/* tslint:disable:unified-signatures */
/* these cannot actually be neatly unified */
/**

@@ -292,3 +289,3 @@ * @param host - the address of the messaging server as a DNS name or dotted decimal IP address.

*/
constructor(host: string, port: number, path: string, clientId: string);
constructor(host: string, port: number, path: string, clientId: string); // tslint:disable-line unified-signatures (these cannot actually be neatly unified)

@@ -308,4 +305,2 @@ /**

/* tslint:enable:unified-signatures */
/**

@@ -312,0 +307,0 @@ * Connect this Messaging client to its server.

@@ -0,0 +0,0 @@ // Type definitions for paho-mqtt 1.0

4

paho-mqtt/package.json
{
"name": "@types/paho-mqtt",
"version": "1.0.2",
"version": "1.0.3",
"description": "TypeScript definitions for paho-mqtt",

@@ -20,4 +20,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "aa1642e5d9f717c2640502149ab4c58a49a3e681ef85d2e9da86f99a44f83140",
"typesPublisherContentHash": "ce315006443dc1d5edf120d5bf17bfa5508fe89c478201377ad15fc62ca4e541",
"typeScriptVersion": "2.1"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 25 Oct 2017 16:18:54 GMT
* Last updated: Thu, 14 Dec 2017 21:33:44 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: Paho

Sorry, the diff of this file is not supported yet

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