Socket
Socket
Sign inDemoInstall

azure-iot-common

Package Overview
Dependencies
Maintainers
5
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.8.0 to 1.8.1

0

common.d.ts

@@ -0,0 +0,0 @@ // Copyright (c) Microsoft. All rights reserved.

@@ -0,0 +0,0 @@ // Copyright (c) Microsoft. All rights reserved.

4

lib/authentication_provider.d.ts

@@ -1,3 +0,3 @@

/// <reference types="node" />
import { TransportConfig } from './authorization';
import { Callback } from './promise_utils';
/**

@@ -22,3 +22,3 @@ * Designate the type of authentication used by an `AuthenticationProvider`.

type: AuthenticationType;
getDeviceCredentials(callback: (err: Error, credentials?: TransportConfig) => void): void;
getDeviceCredentials(callback?: Callback<TransportConfig>): Promise<TransportConfig> | void;
}

@@ -0,0 +0,0 @@ // Copyright (c) Microsoft. All rights reserved.

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ /*! Copyright (c) Microsoft. All rights reserved.

@@ -0,0 +0,0 @@ /*! Copyright (c) Microsoft. All rights reserved.

@@ -0,0 +0,0 @@ /*! Copyright (c) Microsoft. All rights reserved.

@@ -0,0 +0,0 @@ /*! Copyright (c) Microsoft. All rights reserved.

@@ -0,0 +0,0 @@ /*! Copyright (c) Microsoft. All rights reserved.

@@ -0,0 +0,0 @@ /*! Copyright (c) Microsoft. All rights reserved.

@@ -0,0 +0,0 @@ /*! Copyright (c) Microsoft. All rights reserved.

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ /*! Copyright (c) Microsoft. All rights reserved.

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ /*! Copyright (c) Microsoft. All rights reserved.

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ // Copyright (c) Microsoft. All rights reserved.

@@ -0,0 +0,0 @@ /*! Copyright (c) Microsoft. All rights reserved.

@@ -0,0 +0,0 @@ /*! Copyright (c) Microsoft. All rights reserved.

@@ -0,0 +0,0 @@ /*! Copyright (c) Microsoft. All rights reserved.

@@ -0,0 +0,0 @@ /*! Copyright (c) Microsoft. All rights reserved.

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ // Copyright (c) Microsoft. All rights reserved.

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ // Copyright (c) Microsoft. All rights reserved.

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ // Copyright (c) Microsoft. All rights reserved.

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ /*! Copyright (c) Microsoft. All rights reserved.

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ // Copyright (c) Microsoft. All rights reserved.

{
"name": "azure-iot-common",
"version": "1.8.0",
"version": "1.8.1",
"description": "Common components shared by Azure IoT device and service SDKs",

@@ -5,0 +5,0 @@ "author": "Microsoft Corporation",

@@ -0,0 +0,0 @@ #azure-iot-common

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