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

soap

Package Overview
Dependencies
Maintainers
1
Versions
97
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.0.8 to 0.0.9

10

lib/client.js

@@ -92,7 +92,3 @@ /*

if (input.element) {
assert.ok(style == 'document', 'invalid message definition for rpc style binding');
message = self.wsdl.objectToDocumentXML(input.element.$name, arguments);
}
else {
if (input.parts) {
assert.ok(style == 'rpc', 'invalid message definition for document style binding');

@@ -102,2 +98,6 @@ message = self.wsdl.objectToRpcXML(name, arguments);

}
else {
assert.ok(style == 'document', 'invalid message definition for rpc style binding');
message = self.wsdl.objectToDocumentXML(input.$name, arguments);
}
xml = "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +

@@ -104,0 +104,0 @@ "<soap:Envelope " +

{
"name": "soap",
"version": "0.0.8",
"version": "0.0.9",
"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