Socket
Socket
Sign inDemoInstall

postcss-svgo

Package Overview
Dependencies
20
Maintainers
7
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.3 to 7.0.0

6

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

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

"engines": {
"node": "^14 || ^16 || >= 18"
"node": "^18.12.0 || ^20.9.0 || >= 18"
},
"devDependencies": {
"pleeease-filters": "^4.0.0",
"postcss": "^8.4.35"
"postcss": "^8.4.38"
},

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

@@ -27,3 +27,3 @@ 'use strict';

isUriEncoded = decodedUri !== input;
} catch (e) {
} catch {
// Swallow exception if we cannot decode the value

@@ -30,0 +30,0 @@ isUriEncoded = false;

@@ -16,3 +16,2 @@ export = pluginCreator;

declare var postcss: true;
import { encode } from "./lib/url";
//# sourceMappingURL=index.d.ts.map
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