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.11 to 0.9.12

2

lib/services/operationstatus.js

@@ -25,2 +25,2 @@ //

exports = OperationStatus;
module.exports = OperationStatus;

@@ -768,3 +768,3 @@ //

var value = null;
if (property === Constants.ODATA_ERROR_MESSAGE &&
if (property === Constants.ODATA_ERROR_MESSAGE &&
!azureutil.objectIsString(errorProperties[Constants.ODATA_ERROR_MESSAGE])) {

@@ -792,3 +792,3 @@ if (errorProperties[Constants.ODATA_ERROR_MESSAGE][Constants.ODATA_ERROR_MESSAGE_VALUE]) {

value = errorProperties[property][Constants.XML_VALUE_MARKER];
}
}
else {

@@ -795,0 +795,0 @@ value = errorProperties[property];

@@ -13,3 +13,3 @@ {

],
"version": "0.9.11",
"version": "0.9.12",
"description": "Microsoft Azure Common Client Library for node",

@@ -16,0 +16,0 @@ "tags": [

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