🎩 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.7
to
7.0.8
+4
-4
package.json
{
"name": "postcss-minify-params",
"version": "7.0.7",
"version": "7.0.8",
"description": "Minify at-rule params with PostCSS",

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

"postcss-value-parser": "^4.2.0",
"cssnano-utils": "^5.0.1"
"cssnano-utils": "^5.0.2"
},

@@ -37,7 +37,7 @@ "engines": {

"devDependencies": {
"postcss": "^8.5.8"
"postcss": "^8.5.10"
},
"peerDependencies": {
"postcss": "^8.4.32"
"postcss": "^8.5.10"
}
}