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

azure-iot-common

Package Overview
Dependencies
Maintainers
4
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-iot-common - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

lib/utils.d.ts

1

common.d.ts

@@ -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 {

3

common.js

@@ -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": {

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