@tokey/css-value-parser
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -27,2 +27,14 @@ "use strict"; | ||
char === ')' || | ||
char === '[' || | ||
char === ']' || | ||
char === '<' || | ||
char === '>' || | ||
char === '{' || | ||
char === '}' || | ||
char === '@' || | ||
char === '|' || | ||
char === ':' || | ||
char === ';' || | ||
char === '~' || | ||
char === '&' || | ||
char === ',' || | ||
@@ -29,0 +41,0 @@ char === '/' || |
{ | ||
"name": "@tokey/css-value-parser", | ||
"description": "value parser for css", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "types": "dist/index.d.ts", |
@@ -40,2 +40,14 @@ import { | ||
char === ')' || | ||
char === '[' || | ||
char === ']' || | ||
char === '<' || | ||
char === '>' || | ||
char === '{' || | ||
char === '}' || | ||
char === '@' || | ||
char === '|' || | ||
char === ':' || | ||
char === ';' || | ||
char === '~' || | ||
char === '&' || | ||
char === ',' || | ||
@@ -42,0 +54,0 @@ char === '/' || |
Sorry, the diff of this file is not supported yet
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
139287
52
2802
0
7