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

azure-iot-common

Package Overview
Dependencies
Maintainers
8
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.12.6-pnp-rc.0 to 1.12.6

4

dist/endpoint.d.ts
/*! Copyright (c) Microsoft. All rights reserved.
*! Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
export declare const apiVersion = "2019-10-01";
export declare const apiVersion = "2020-09-30";
export declare const apiVersionLimitedAvail = "2020-03-13";
export declare const apiVersionPnP = "2020-09-30";
export declare function devicePath(deviceId: string): string;

@@ -22,3 +21,2 @@ export declare function deviceEventPath(deviceId: string): string;

export declare function versionQueryString(): string;
export declare function versionQueryStringPnP(): string;
export declare function versionQueryStringLimitedAvailability(): string;

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.apiVersion = '2019-10-01';
exports.apiVersion = '2020-09-30';
exports.apiVersionLimitedAvail = '2020-03-13';
exports.apiVersionPnP = '2020-09-30';
function devicePath(deviceId) {

@@ -70,6 +69,2 @@ return '/devices/' + deviceId;

exports.versionQueryString = versionQueryString;
function versionQueryStringPnP() {
return '?api-version=' + exports.apiVersionPnP;
}
exports.versionQueryStringPnP = versionQueryStringPnP;
function versionQueryStringLimitedAvailability() {

@@ -76,0 +71,0 @@ // This addition is for the limited Availability of certain service

{
"name": "azure-iot-common",
"version": "1.12.6-pnp-rc.0",
"version": "1.12.6",
"description": "Common components shared by Azure IoT device and service SDKs",

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

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