azure-iot-common
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -17,2 +17,3 @@ // Copyright (c) Microsoft. All rights reserved. | ||
export { AuthenticationProvider, AuthenticationType } from './lib/authentication_provider'; | ||
export { getAgentPlatformString } from './lib/utils'; | ||
@@ -19,0 +20,0 @@ export interface Receiver extends EventEmitter { |
@@ -26,3 +26,4 @@ // Copyright (c) Microsoft. All rights reserved. | ||
AuthenticationProvider: require('./lib/authentication_provider').X509AuthenticationProvider, | ||
AuthenticationType: require('./lib/authentication_provider').AuthenticationType | ||
AuthenticationType: require('./lib/authentication_provider').AuthenticationType, | ||
getAgentPlatformString: require('./lib/utils').getAgentPlatformString | ||
}; |
@@ -43,2 +43,6 @@ /// <reference types="node" /> | ||
x509?: X509; | ||
/** | ||
* IP address or internet name of the host machine working as a device or protocol gateway. Used when communicating with Azure Edge devices. | ||
*/ | ||
gatewayHostName?: string; | ||
} | ||
@@ -45,0 +49,0 @@ /** |
{ | ||
"name": "azure-iot-common", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Common components shared by Azure IoT device and service SDKs", | ||
@@ -9,4 +9,7 @@ "author": "Microsoft Corporation", | ||
"typings": "common.d.ts", | ||
"dependencies": {}, | ||
"dependencies": { | ||
"getos": "^3.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/getos": "^3.0.0", | ||
"@types/node": "^7.0.5", | ||
@@ -30,3 +33,3 @@ "chai": "^3.5.0", | ||
"test": "npm -s run lint && npm -s run build && npm -s run unittest", | ||
"check-cover": "istanbul check-coverage --statements 99 --branches 97 --functions 98 --lines 99" | ||
"check-cover": "istanbul check-coverage --statements 99 --branches 96 --functions 98 --lines 99" | ||
}, | ||
@@ -33,0 +36,0 @@ "engines": { |
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
160985
36
4225
1
9
+ Addedgetos@^3.1.0
+ Addedasync@3.2.6(transitive)
+ Addedgetos@3.2.1(transitive)