Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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 3.0.0 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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc