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.22 to 0.9.23

azure-common-0.9.23.tgz

5

lib/services/serviceclient.js

@@ -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;

3

lib/util/atomhandler.js

@@ -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",

}
}
}
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