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

postcss-merge-longhand

Package Overview
Dependencies
Maintainers
7
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
7.0.5

8

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

@@ -29,3 +29,3 @@ "main": "src/index.js",

"postcss-value-parser": "^4.2.0",
"stylehacks": "^7.0.4"
"stylehacks": "^7.0.5"
},

@@ -39,7 +39,7 @@ "bugs": {

"devDependencies": {
"postcss": "^8.4.45"
"postcss": "^8.5.3"
},
"peerDependencies": {
"postcss": "^8.4.31"
"postcss": "^8.4.32"
}
}