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

postcss-merge-rules

Package Overview
Dependencies
Maintainers
8
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-merge-rules - npm Package Compare versions

Comparing version

to
6.0.2

10

package.json
{
"name": "postcss-merge-rules",
"version": "6.0.1",
"version": "6.0.2",
"description": "Merge CSS rules with PostCSS.",

@@ -30,3 +30,3 @@ "types": "types/index.d.ts",

"postcss-selector-parser": "^6.0.5",
"cssnano-utils": "^4.0.0"
"cssnano-utils": "^4.0.1"
},

@@ -41,9 +41,9 @@ "bugs": {

"@types/caniuse-api": "^3.0.2",
"postcss": "^8.2.15",
"postcss": "^8.4.32",
"postcss-simple-vars": "^7.0.1",
"postcss-discard-comments": "^6.0.0"
"postcss-discard-comments": "^6.0.1"
},
"peerDependencies": {
"postcss": "^8.2.15"
"postcss": "^8.4.31"
}
}

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

declare namespace pluginCreator {
const postcss: true;
let postcss: true;
}