css-selector-tokenizer
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -97,2 +97,3 @@ "use strict"; | ||
}; | ||
if(namespace) { | ||
@@ -179,3 +180,3 @@ newToken.namespace = unescape(namespace.substr(0, namespace.length - 1)); | ||
"((?:\\\\.|[A-Za-z_\\-0-9])*\\|)?\\*": universalMatch, | ||
"((?:\\\\.|[A-Za-z_\\-0-9])*\\|)?((?:\\\\.|[A-Za-z_\\-0-9])+)": elementMatch, | ||
"((?:\\\\.|[A-Za-z_\\-0-9])*\\|)?((?:\\\\.|[A-Za-z_\\-])(?:\\\\.|[A-Za-z_\\-0-9])*)": elementMatch, | ||
"\\[([^\\]]+)\\]": attributeMatch, | ||
@@ -182,0 +183,0 @@ "(\\s*)\\)": nestedEnd, |
{ | ||
"name": "css-selector-tokenizer", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Parses and stringifies CSS selectors", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
14851