🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
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.1

2

lib/nodes/Func.js

@@ -99,3 +99,3 @@ /*

const { lastNode } = parser;
lastNode.isColor = colorFunctions.includes(lastNode.name);
lastNode.isColor = colorFunctions.includes(lastNode.name.toLowerCase());
}

@@ -102,0 +102,0 @@ }

{
"name": "postcss-values-parser",
"version": "3.0.0",
"version": "3.0.1",
"description": "A CSS property value parser for use with PostCSS",

@@ -5,0 +5,0 @@ "license": "MPL-2.0",