Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

imagemin-svgo

Package Overview
Dependencies
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imagemin-svgo - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

4

index.js

@@ -37,5 +37,3 @@ 'use strict';

if (res.data.length < file.contents.length) {
file.contents = res.data;
}
file.contents = res.data;
});

@@ -42,0 +40,0 @@ } catch (err) {

{
"name": "imagemin-svgo",
"version": "4.2.0",
"description": "svgo imagemin plugin",
"version": "4.2.1",
"description": "SVGO imagemin plugin",
"license": "MIT",

@@ -10,4 +10,15 @@ "repository": "imagemin/imagemin-svgo",

"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
"url": "github.com/kevva"
},
"maintainers": [
{
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
{
"name": "Shinnosuke Watanabe",
"url": "github.com/shinnn"
}
],
"engines": {

@@ -14,0 +25,0 @@ "node": ">=0.10.0"

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc