Socket
Socket
Sign inDemoInstall

soap

Package Overview
Dependencies
Maintainers
1
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.2.2 to 0.2.3

test/wsdl/strict/CyberSourceTransaction_1.26_2.wsdl

5

lib/wsdl.js

@@ -236,3 +236,3 @@ /*

this.includes.push({
namespace: child.$namespace,
namespace: child.$namespace || child.$targetNamespace || this.$targetNamespace,
location: location

@@ -599,5 +599,4 @@ });

if (!include) return callback()
open_wsdl(url.resolve(self.uri, include.location), function(err, wsdl) {
self.definitions.schemas[include.namespace] = wsdl.definitions;
self.definitions.schemas[include.namespace || wsdl.definitions.$targetNamespace] = wsdl.definitions;
self._processNextInclude(includes, function(err) {

@@ -604,0 +603,0 @@ callback(err);

2

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

@@ -5,0 +5,0 @@ "engines": { "node": ">=0.6.0" },

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