moddle-xml
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -801,3 +801,5 @@ 'use strict'; | ||
.on('cdata', handleCData) | ||
.on('text', handleText) | ||
.on('text', function(text, decodeEntities) { | ||
handleText(decodeEntities(text)); | ||
}) | ||
.on('error', handleError) | ||
@@ -804,0 +806,0 @@ .on('warn', handleWarning); |
{ | ||
"name": "moddle-xml", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "XML import/export for documents described with moddle", | ||
@@ -5,0 +5,0 @@ "directories": { |
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
42836
1285