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

postcss-discard-comments

Package Overview
Dependencies
Maintainers
8
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-discard-comments - npm Package Compare versions

Comparing version
7.0.7
to
7.0.8
+3
-3
package.json
{
"name": "postcss-discard-comments",
"version": "7.0.7",
"version": "7.0.8",
"description": "Discard comments in your CSS files with PostCSS.",

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

"devDependencies": {
"postcss": "^8.5.10",
"postcss": "^8.5.13",
"postcss-scss": "^4.0.9",

@@ -42,4 +42,4 @@ "postcss-simple-vars": "^7.0.1"

"peerDependencies": {
"postcss": "^8.5.10"
"postcss": "^8.5.13"
}
}