Comparing version 0.1.0 to 0.1.1
@@ -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" }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39028
1051