advanced-html-parser
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -38,3 +38,3 @@ NodeType = {} | ||
function getText(node) { | ||
return node.text; | ||
return node ? node.text() : ""; | ||
} | ||
@@ -41,0 +41,0 @@ |
{ | ||
"name": "advanced-html-parser", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Can use html parser in react-native, titanium, and anywhere. This is based on [xmldom](https://github.com/jindw/xmldom).", | ||
@@ -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
230206