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

postcss-minify-selectors

Package Overview
Dependencies
Maintainers
8
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-minify-selectors - npm Package Compare versions

Comparing version

to
6.0.3

types/index.d.ts.map

4

package.json
{
"name": "postcss-minify-selectors",
"version": "6.0.2",
"version": "6.0.3",
"description": "Minify selectors with PostCSS.",

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

"devDependencies": {
"postcss": "^8.4.32"
"postcss": "^8.4.35"
},

@@ -41,0 +41,0 @@ "peerDependencies": {

@@ -27,3 +27,3 @@ # [postcss][postcss]-minify-selectors

For more examples see the [tests](test.js).
For more examples see the [tests](test/index.js).

@@ -30,0 +30,0 @@ ## Usage

@@ -10,1 +10,2 @@ export = pluginCreator;

}
//# sourceMappingURL=index.d.ts.map
declare function _exports(value: string): boolean;
export = _exports;
//# sourceMappingURL=canUnquote.d.ts.map