You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

cssstyle

Package Overview
Dependencies
Maintainers
3
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cssstyle - npm Package Compare versions

Comparing version
6.0.1
to
6.0.2
+3
-0
lib/properties/fontFamily.js

@@ -48,2 +48,5 @@ "use strict";

for (const val of values) {
if (!val) {
return "";
}
const value = parsers.parsePropertyValue(property, val, {

@@ -50,0 +53,0 @@ caseSensitive: true

+2
-2

@@ -43,3 +43,3 @@ "use strict";

} = dimensionTypes;
const { color: colorType, image: imageType } = functionTypes;
const { color: colorType, image: imageType, paint: paintType } = functionTypes;
const [{ name, type, value: itemValue }] = parsedValue;

@@ -115,3 +115,3 @@ switch (type) {

default: {
if (colorType) {
if (colorType || paintType) {
this._setProperty(property, parsers.serializeColor(parsedValue), priority);

@@ -118,0 +118,0 @@ } else if (imageType) {

@@ -9,3 +9,3 @@ {

],
"version": "6.0.1",
"version": "6.0.2",
"repository": {

@@ -12,0 +12,0 @@ "type": "git",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display