domelementtype
Advanced tools
Comparing version 1.1.3 to 1.2.0
@@ -10,2 +10,3 @@ //Types of elements found in the DOM | ||
CDATA: "cdata", //<![CDATA[ ... ]]> | ||
Doctype: "doctype", | ||
@@ -15,2 +16,2 @@ isTag: function(elem){ | ||
} | ||
}; | ||
}; |
{ | ||
"name": "domelementtype", | ||
"version": "1.1.3", | ||
"version": "1.2.0", | ||
"description": "all the types of nodes in htmlparser2's dom", | ||
@@ -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
2043
14