Socket
Socket
Sign inDemoInstall

postcss-merge-longhand

Package Overview
Dependencies
15
Maintainers
7
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.5 to 5.1.6

2

package.json
{
"name": "postcss-merge-longhand",
"version": "5.1.5",
"version": "5.1.6",
"description": "Merge longhand properties into shorthand with PostCSS.",

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

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

// eslint-disable-next-line no-control-regex
const varRE = /--(\w|[^\x00-\x7F])+/g;
const varRE = /--(\w|-|[^\x00-\x7F])+/g;
/** @type {(v: string) => string} */

@@ -12,0 +12,0 @@ const toLower = (v) => {

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