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

cssnano

Package Overview
Dependencies
Maintainers
8
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cssnano - npm Package Compare versions

Comparing version
8.0.1
to
8.0.2
+6
-6
package.json
{
"name": "cssnano",
"version": "8.0.1",
"version": "8.0.2",
"description": "A modular minifier, built on top of the PostCSS ecosystem.",

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

"lilconfig": "^3.1.3",
"cssnano-preset-default": "^8.0.1"
"cssnano-preset-default": "^8.0.2"
},

@@ -46,9 +46,9 @@ "homepage": "https://github.com/cssnano/cssnano",

"autoprefixer": "^10.5.0",
"postcss": "^8.5.14",
"cssnano-preset-lite": "^5.0.0",
"cssnano-preset-advanced": "^8.0.1"
"postcss": "^8.5.15",
"cssnano-preset-advanced": "^8.0.2",
"cssnano-preset-lite": "^5.0.1"
},
"peerDependencies": {
"postcss": "^8.5.14"
"postcss": "^8.5.15"
}
}