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

gulp-svgmin

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-svgmin - npm Package Compare versions

Comparing version 2.2.0 to 3.0.0

8

CHANGELOG.md

@@ -0,1 +1,7 @@

# 3.0.0
* Bump svgo to v1.3.2.
* Drop node 8 support.
* Update dependencies
# 2.2.0

@@ -7,3 +13,3 @@

* Bump svgo to v1.1.x.
* Bump svgo to v1.1.x.
* Update babel-dependencies (but not yet to v7)

@@ -10,0 +16,0 @@

2

dist/index.js

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

svgo.optimize(String(file.contents)).then(function (result) {
file.contents = new Buffer(result.data);
file.contents = Buffer.from(result.data);
cb(null, file);

@@ -43,0 +43,0 @@ }, function (error) {

{
"name": "gulp-svgmin",
"version": "2.2.0",
"version": "3.0.0",
"description": "Minify SVG files with gulp.",

@@ -31,3 +31,3 @@ "license": "MIT",

"plugin-error": "^1.0.1",
"svgo": "^1.2.1"
"svgo": "^1.3.2"
},

@@ -40,11 +40,11 @@ "devDependencies": {

"babel-register": "^6.26.0",
"chai": "^4.1.2",
"coveralls": "^3.0.2",
"cross-env": "^5.2.0",
"del-cli": "^1.1.0",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"cross-env": "^7.0.2",
"del-cli": "^3.0.1",
"eslint": "^3.0.0",
"eslint-config-cssnano": "^3.1.3",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^2.0.1",
"nyc": "^13.0.1",
"eslint-plugin-import": "^2.21.2",
"nyc": "^15.1.0",
"vinyl": "^2.2.0"

@@ -51,0 +51,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