Socket
Socket
Sign inDemoInstall

soap

Package Overview
Dependencies
Maintainers
3
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

soap - npm Package Compare versions

Comparing version 0.4.6 to 0.4.7

6

History.md

@@ -1,3 +0,7 @@

0.5.0 / 2014-06-16
0.4.7 / 2014-06-16
=================
* Allow request elements to have both content and attributes.
0.4.6 / 2014-06-16
=================
* Fix for the `elementFormDefault` functionality.

@@ -4,0 +8,0 @@ * Fix determining the namespace for complex elements.

@@ -1201,2 +1201,6 @@ /*

}
//Its the value of an item. Return it directly.
if (name === '$value') {
return xmlEscape(obj[name]);
}

@@ -1267,3 +1271,3 @@ var child = obj[name];

var attr = '';
if (child[this.options.attributesKey] && child[this.options.attributesKey].xsi_type) {

@@ -1270,0 +1274,0 @@ var xsiType = child[this.options.attributesKey].xsi_type;

2

package.json
{
"name": "soap",
"version": "0.4.6",
"version": "0.4.7",
"description": "A minimal node SOAP client",

@@ -5,0 +5,0 @@ "engines": {

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