Socket
Socket
Sign inDemoInstall

azure-arm-iothub

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-arm-iothub - npm Package Compare versions

Comparing version 2.0.0-preview to 2.0.1

6

lib/iotHubClient.d.ts

@@ -37,7 +37,7 @@ /*

*
* @param {string} [options.acceptLanguage] - Gets or sets the preferred language for the response.
* @param {string} [options.acceptLanguage] - The preferred language for the response.
*
* @param {number} [options.longRunningOperationRetryTimeout] - Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30.
* @param {number} [options.longRunningOperationRetryTimeout] - The retry timeout in seconds for Long Running Operations. Default value is 30.
*
* @param {boolean} [options.generateClientRequestId] - When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.
* @param {boolean} [options.generateClientRequestId] - Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.
*

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

@@ -37,5 +37,5 @@ /*

* @param {boolean} [options.noRetryPolicy] - If set to true, turn off default retry policy
* @param {string} [options.acceptLanguage] - Gets or sets the preferred language for the response.
* @param {number} [options.longRunningOperationRetryTimeout] - Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30.
* @param {boolean} [options.generateClientRequestId] - When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.
* @param {string} [options.acceptLanguage] - The preferred language for the response.
* @param {number} [options.longRunningOperationRetryTimeout] - The retry timeout in seconds for Long Running Operations. Default value is 30.
* @param {boolean} [options.generateClientRequestId] - Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.
*/

@@ -42,0 +42,0 @@ constructor(credentials, subscriptionId, baseUri, options) {

@@ -49,3 +49,3 @@ /*

required: false,
serializedName: 'StringElementType',
serializedName: 'OperationMonitoringLevelElementType',
type: {

@@ -52,0 +52,0 @@ name: 'String'

@@ -5,6 +5,6 @@ {

"description": "IotHubClient Library with typescript type definitions for node",
"version": "2.0.0-preview",
"version": "2.0.1",
"dependencies": {
"ms-rest": "^2.3.6",
"ms-rest-azure": "^2.5.7"
"ms-rest": "^2.3.3",
"ms-rest-azure": "^2.5.5"
},

@@ -18,3 +18,3 @@ "keywords": [

"types": "./lib/iotHubClient.d.ts",
"homepage": "http://github.com/azure/azure-sdk-for-node",
"homepage": "https://github.com/azure/azure-sdk-for-node/lib/services/iothub",
"repository": {

@@ -25,4 +25,4 @@ "type": "git",

"bugs": {
"url": "http://github.com/Azure/azure-sdk-for-node/issues"
"url": "https://github.com/azure/azure-sdk-for-node/issues"
}
}

@@ -0,0 +0,0 @@ # Microsoft Azure SDK for Node.js - IoT Hub

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