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.10.1 to 1.10.2-lts0919up1

1

lib/authorization.d.ts
/*! Copyright (c) Microsoft. All rights reserved.
*! Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
/// <reference types="node" />
/**

@@ -5,0 +6,0 @@ * Returns the seconds elapsed since 1 January 1970 00:00:00 UTC until one

9

lib/errors.js

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

var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {

@@ -11,0 +14,0 @@ extendStatics(d, b);

/*! Copyright (c) Microsoft. All rights reserved.
*! Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
/// <reference types="node" />
import { Properties } from './properties';

@@ -5,0 +6,0 @@ /**

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

@@ -11,13 +11,13 @@ "author": "Microsoft Corporation",

"debug": "^4.1.1",
"getos": "^3.1.0"
"getos": "^3.1.1"
},
"devDependencies": {
"@types/getos": "^3.0.0",
"@types/node": "^9.3.0",
"@types/node": "^7.10.14",
"chai": "^4.2.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"sinon": "^7.2.7",
"tslint": "^5.9.1",
"typescript": "2.9.2"
"sinon": "^7.4.1",
"tslint": "^5.18.0",
"typescript": "^3.5.1"
},

@@ -24,0 +24,0 @@ "scripts": {

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