Socket
Socket
Sign inDemoInstall

postcss-discard-duplicates

Package Overview
Dependencies
4
Maintainers
8
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 6.0.1

6

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

@@ -34,7 +34,7 @@ "main": "src/index.js",

"devDependencies": {
"postcss": "^8.2.15"
"postcss": "^8.4.32"
},
"peerDependencies": {
"postcss": "^8.2.15"
"postcss": "^8.4.31"
}
}

@@ -8,3 +8,3 @@ export = pluginCreator;

declare namespace pluginCreator {
const postcss: true;
let postcss: true;
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc