xml2obj-stream
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -177,3 +177,3 @@ var expat = require('node-expat'); | ||
_coerce: function (value) { | ||
if (!this.options.coerce || value.trim() === '') { | ||
if (!this.options.coerce || value.trim && value.trim() === '') { | ||
return value; | ||
@@ -180,0 +180,0 @@ } |
{ | ||
"name": "xml2obj-stream", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "(XML -> JavaScript Object) low memory streaming parser based on node-expat C bindings", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
18102