New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

easysoap

Package Overview
Dependencies
Maintainers
1
Versions
43
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.13 to 0.6.14

8

lib/wsdl.js

@@ -76,3 +76,4 @@ (function() {

if (node.children === void 0 ||
if (!node ||
node.children === void 0 ||
node.children.length === 0) {

@@ -97,3 +98,4 @@ return false;

if (name === void 0) throw new Error('no name');
if (node.children === void 0 ||
if (!node ||
node.children === void 0 ||
node.children === null ||

@@ -464,2 +466,2 @@ _.isEmpty(node.children)) {

})();
})();

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

},
"version": "0.6.13",
"version": "0.6.14",
"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