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

postcss-svgo

Package Overview
Dependencies
Maintainers
7
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-svgo - npm Package Compare versions

Comparing version

to
7.0.2

6

package.json
{
"name": "postcss-svgo",
"version": "7.0.1",
"version": "7.0.2",
"description": "Optimise inline SVG with PostCSS.",

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

"pleeease-filters": "^4.0.0",
"postcss": "^8.4.38"
"postcss": "^8.5.3"
},
"peerDependencies": {
"postcss": "^8.4.31"
"postcss": "^8.4.32"
}
}

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

*/
declare function pluginCreator(opts?: Options): import('postcss').Plugin;
declare function pluginCreator(opts?: Options): import("postcss").Plugin;
declare namespace pluginCreator {
export { postcss, Options };
}
declare var postcss: true;
type Options = {
encode?: boolean;
} & import('svgo').Config;
declare var postcss: true;
} & import("svgo").Config;
//# sourceMappingURL=index.d.ts.map

Sorry, the diff of this file is not supported yet