Socket
Socket
Sign inDemoInstall

wsdlrdr

Package Overview
Dependencies
49
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.5.1

2

package.json
{
"name": "wsdlrdr",
"version": "0.5.0",
"version": "0.5.1",
"description": "a simple wsdl parser, with promises",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -344,3 +344,3 @@ (() => {

response[elementName] = $xmlElement.val;
if ($xmlElement.attr) {
if ($xmlElement.attr && Object.keys($xmlElement.attr).length !== 0) {
response[elementName] = { value: response[elementName] };

@@ -347,0 +347,0 @@ response[elementName] = Object.assign({}, response[elementName], $xmlElement.attr);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc