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

azure-iot-common

Package Overview
Dependencies
Maintainers
6
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.10.1 to 1.12.0-preview.1

2

lib/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-03-30";
export declare const apiVersion = "2019-07-01-preview";
export declare function devicePath(deviceId: string): string;

@@ -6,0 +6,0 @@ export declare function deviceEventPath(deviceId: string): string;

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.apiVersion = '2019-03-30';
exports.apiVersion = '2019-07-01-preview';
function devicePath(deviceId) {

@@ -9,0 +9,0 @@ return '/devices/' + deviceId;

{
"name": "azure-iot-common",
"version": "1.10.1",
"version": "1.12.0-preview.1",
"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