Socket
Socket
Sign inDemoInstall

postcss-merge-longhand

Package Overview
Dependencies
17
Maintainers
4
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.8 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",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc