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

azure-common

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-common - npm Package Compare versions

Comparing version 0.9.18 to 0.9.19

28

lib/util/constants.js

@@ -1,4 +0,4 @@

//
//
// Copyright (c) Microsoft and contributors. All rights reserved.
//
//
// Licensed under the Apache License, Version 2.0 (the "License");

@@ -8,10 +8,10 @@ // you may not use this file except in compliance with the License.

// http://www.apache.org/licenses/LICENSE-2.0
//
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//
//
// See the License for the specific language governing permissions and
// limitations under the License.
//
//

@@ -1244,2 +1244,18 @@ // Expose 'HeaderConstants'.

/**
* Indicates whether the topic can be ordered
*
* @const
* @type {string}
*/
SUPPORT_ORDERING: 'SupportOrdering',
/**
* Indicates whether the topic/queue should be split across multiple partitions
*
* @const
* @type {string}
*/
ENABLE_PARTITIONING: 'EnablePartitioning',
/**
* Indicates the default rule description.

@@ -1322,3 +1338,3 @@ *

*/
CURRENT_API_VERSION: '2013-07'
CURRENT_API_VERSION: '2016-07'
},

@@ -1325,0 +1341,0 @@

@@ -14,3 +14,3 @@ {

],
"version": "0.9.18",
"version": "0.9.19",
"description": "Microsoft Azure Common Client Library for node",

@@ -33,3 +33,3 @@ "tags": [

"tunnel": "~0.0.2",
"request": "~2.74.0",
"request": "^2.81.0",
"validator": "~3.22.2",

@@ -36,0 +36,0 @@ "envconf": "~0.0.4",

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