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

postcss-merge-longhand

Package Overview
Dependencies
Maintainers
4
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-merge-longhand - npm Package Compare versions

Comparing version

to
4.0.9

2

dist/lib/decl/borders.js

@@ -106,3 +106,3 @@ 'use strict';

const isValueCustomProp = value => !!~value.search(/var\s*\(\s*--/i);
const isValueCustomProp = value => value && !!~value.search(/var\s*\(\s*--/i);

@@ -109,0 +109,0 @@ function canMergeValues(values) {

{
"name": "postcss-merge-longhand",
"version": "4.0.8",
"version": "4.0.9",
"description": "Merge longhand properties into shorthand with PostCSS.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",