🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

postcss-values-parser

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-values-parser - npm Package Compare versions

Comparing version

to
3.0.0

2

lib/nodes/Word.js

@@ -37,3 +37,3 @@ /*

const { value } = lastNode;
lastNode.isColor = colorRegex.test(value) || colorNames.includes(value);
lastNode.isColor = colorRegex.test(value) || colorNames.includes(value.toLowerCase());
lastNode.isHex = hexRegex.test(value);

@@ -40,0 +40,0 @@ lastNode.isUrl = isUrl(value);

{
"name": "postcss-values-parser",
"version": "3.0.0-beta.4",
"publishConfig": {
"tag": "next"
},
"version": "3.0.0",
"description": "A CSS property value parser for use with PostCSS",

@@ -49,9 +46,16 @@ "license": "MPL-2.0",

"ava": "^1.2.0",
"chalk": "^2.4.2",
"eslint": "^5.6.0",
"eslint-config-shellscape": "^2.0.2",
"globby": "^9.0.0",
"lint-staged": "^8.0.4",
"nyc": "^13.1.0",
"nyc": "^13.3.0",
"perfy": "^1.1.5",
"postcss-value-parser": "^3.3.1",
"postcss-values-parser": "^2.0.1",
"pre-commit": "^1.2.2",
"prettier": "^1.15.2",
"standard-version": "^4.4.0"
"standard-version": "^4.4.0",
"strip-ansi": "^5.0.0",
"text-table": "^0.2.0"
},

@@ -58,0 +62,0 @@ "keywords": [