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.1.0 to 0.1.1

3

lib/wsdl.js

@@ -223,3 +223,3 @@ /*

this.element = null;
this.parts = {};
this.parts = null;
}

@@ -242,2 +242,3 @@ inherits(MessageElement, Element);

// rpc encoding
this.parts = {};
for (var i=0, part; part = this.children[i]; i++) {

@@ -244,0 +245,0 @@ assert(part.name === 'part', 'Expected part element');

{
"name": "soap",
"version": "0.1.0",
"version": "0.1.1",
"description": "A minimal node SOAP client",

@@ -5,0 +5,0 @@ "engines": { "node": ">=0.4.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