azure-common
Advanced tools
Comparing version 0.9.11 to 0.9.12
@@ -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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
291541