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

cssnano-utils

Package Overview
Dependencies
Maintainers
4
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cssnano-utils - npm Package Compare versions

Comparing version
6.0.0
to
6.0.1
+3
-3
package.json
{
"name": "cssnano-utils",
"version": "6.0.0",
"version": "6.0.1",
"repository": "cssnano/cssnano",

@@ -22,8 +22,8 @@ "main": "src/index.js",

"devDependencies": {
"postcss": "^8.5.14",
"postcss": "^8.5.15",
"postcss-value-parser": "^4.2.0"
},
"peerDependencies": {
"postcss": "^8.5.14"
"postcss": "^8.5.15"
}
}