node-html-parser
Advanced tools
Comparing version 3.1.4 to 3.1.5
@@ -640,3 +640,3 @@ "use strict"; | ||
if (this.rawAttrs) { | ||
var re = /\b([a-z][a-z0-9-_]*)(?:\s*=\s*(?:"([^"]*)"|'([^']*)'|(\S+)))?/ig; | ||
var re = /\b([a-z][a-z0-9-_:]*)(?:\s*=\s*(?:"([^"]*)"|'([^']*)'|(\S+)))?/ig; | ||
var match = void 0; | ||
@@ -643,0 +643,0 @@ while ((match = re.exec(this.rawAttrs))) { |
{ | ||
"name": "node-html-parser", | ||
"version": "3.1.4", | ||
"version": "3.1.5", | ||
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
166049