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.7.1 to 1.7.3

.npmignore

0

common.d.ts

@@ -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 @@ /*! 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 @@ /*! 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" />

2

lib/retry_policy.js

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

var randomJitter = Math.random() * (maxRandomFactor - minRandomFactor);
return Math.min(constants.cMin + (Math.pow(retryCount - 1, 2) - 1) * randomJitter, constants.cMax);
return Math.min(constants.cMin + (Math.pow(2, retryCount - 1) - 1) * randomJitter, constants.cMax);
}

@@ -96,0 +96,0 @@ };

@@ -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.7.1",
"version": "1.7.3",
"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