🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

postcss-discard-comments

Package Overview
Dependencies
Maintainers
8
Versions
55
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

to
6.0.1

10

package.json
{
"name": "postcss-discard-comments",
"version": "6.0.0",
"version": "6.0.1",
"description": "Discard comments in your CSS files with PostCSS.",

@@ -33,9 +33,9 @@ "main": "src/index.js",

"devDependencies": {
"postcss": "^8.2.15",
"postcss-simple-vars": "^7.0.1",
"postcss-scss": "^4.0.6"
"postcss": "^8.4.32",
"postcss-scss": "^4.0.6",
"postcss-simple-vars": "^7.0.1"
},
"peerDependencies": {
"postcss": "^8.2.15"
"postcss": "^8.4.31"
}
}