🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

postcss-minify-params

Package Overview
Dependencies
Maintainers
8
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-minify-params - npm Package Compare versions

Comparing version
7.0.9
to
8.0.0
+5
-5
package.json
{
"name": "postcss-minify-params",
"version": "7.0.9",
"version": "8.0.0",
"description": "Minify at-rule params with PostCSS",

@@ -30,13 +30,13 @@ "keywords": [

"postcss-value-parser": "^4.2.0",
"cssnano-utils": "^5.0.3"
"cssnano-utils": "^6.0.0"
},
"engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0"
"node": "^22.11.0 || ^24.11.0 || >=26.0"
},
"devDependencies": {
"postcss": "^8.5.13"
"postcss": "^8.5.14"
},
"peerDependencies": {
"postcss": "^8.5.13"
"postcss": "^8.5.14"
}
}