Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

easysoap

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easysoap - npm Package Compare versions

Comparing version 0.6.7 to 0.6.8

6

lib/wsdl.js

@@ -162,3 +162,7 @@ (function() {

if (data[getName(child.name)] !== void 0) {
if (!_.isArray(data[getName(child.name)])) data[getName(child.name)] = [];
if (!_.isArray(data[getName(child.name)])) {
var tmp = data[getName(child.name)];
data[getName(child.name)] = [];
data[getName(child.name)].push(tmp);
}
data[getName(child.name)].push(nodeDataExtract(child, node.name));

@@ -165,0 +169,0 @@ } else {

2

package.json

@@ -8,3 +8,3 @@ {

},
"version": "0.6.7",
"version": "0.6.8",
"main": "./index",

@@ -11,0 +11,0 @@ "dependencies": {

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