🎩 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
7.1.7
to
7.1.8
+6
-6
package.json
{
"name": "cssnano",
"version": "7.1.7",
"version": "7.1.8",
"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": "^7.0.15"
"cssnano-preset-default": "^7.0.16"
},

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

"autoprefixer": "^10.5.0",
"postcss": "^8.5.10",
"cssnano-preset-advanced": "^7.0.15",
"cssnano-preset-lite": "^4.0.5"
"postcss": "^8.5.13",
"cssnano-preset-advanced": "^7.0.16",
"cssnano-preset-lite": "^4.0.6"
},
"peerDependencies": {
"postcss": "^8.5.10"
"postcss": "^8.5.13"
}
}