@types/paho-mqtt
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -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 |
{ | ||
"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
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
22940
420