azure-common
Advanced tools
Comparing version 0.9.22 to 0.9.23
@@ -866,2 +866,5 @@ // | ||
} | ||
if (parsedUrl.auth) { | ||
parsedUrl.proxyAuth = parsedUrl.auth; | ||
} | ||
this.setProxy(parsedUrl); | ||
@@ -883,2 +886,2 @@ } else { | ||
module.exports = ServiceClient; | ||
module.exports = ServiceClient; |
@@ -86,5 +86,4 @@ // | ||
exports.serializeEntry = function (content, namespaces, properties) { | ||
var doc = xmlbuilder.create(); | ||
doc = doc.begin('entry', { version: '1.0', encoding: 'utf-8', standalone: 'yes' }) | ||
var doc = xmlbuilder.create('entry', { version: '1.0', encoding: 'utf-8', standalone: 'yes' }) | ||
.att('xmlns', 'http://www.w3.org/2005/Atom'); | ||
@@ -91,0 +90,0 @@ |
@@ -173,4 +173,4 @@ // | ||
var namespaces = {}; | ||
var generatedDoc = xmlbuilder.create(); | ||
var rootElement = generatedDoc.begin(self._getName(namespaces, element.name, element.namespace), { version: '1.0', encoding: 'utf-8', standalone: 'yes' }); | ||
var generatedDoc = xmlbuilder.create(self._getName(namespaces, element.name, element.namespace), { version: '1.0', encoding: 'utf-8', standalone: 'yes' }); | ||
var rootElement = generatedDoc; | ||
generatedDoc = this._writeElement(rootElement, element, namespaces); | ||
@@ -177,0 +177,0 @@ |
@@ -14,3 +14,3 @@ { | ||
], | ||
"version": "0.9.22", | ||
"version": "0.9.23", | ||
"description": "Microsoft Azure Common Client Library for node", | ||
@@ -37,3 +37,3 @@ "tags": [ | ||
"xml2js": "^0.4.19", | ||
"xmlbuilder": "0.4.3" | ||
"xmlbuilder": "15.1.1" | ||
}, | ||
@@ -51,2 +51,2 @@ "homepage": "http://github.com/Azure/azure-sdk-for-node", | ||
} | ||
} | ||
} |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
342568
45
8416
2
+ Addedxmlbuilder@15.1.1(transitive)
- Removedxmlbuilder@0.4.3(transitive)
Updatedxmlbuilder@15.1.1