css-selector-tokenizer
Advanced tools
Comparing version 0.7.3 to 0.8.0
@@ -181,3 +181,3 @@ "use strict"; | ||
var selectorsSecondHalf = { | ||
":(not|matches|has|local|global)\\((\\s*)": nestedPseudoClassStartMatch, | ||
":(not|any|-\\w+?-any|matches|is|where|has|local|global)\\((\\s*)": nestedPseudoClassStartMatch, | ||
":((?:\\\\.|[A-Za-z_\\-0-9])+)\\(": pseudoClassStartMatch, | ||
@@ -184,0 +184,0 @@ ":((?:\\\\.|[A-Za-z_\\-0-9])+)": typeMatch("pseudo-class"), |
{ | ||
"name": "css-selector-tokenizer", | ||
"version": "0.7.3", | ||
"version": "0.8.0", | ||
"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
18441