gulp-svgmin
Advanced tools
Comparing version 2.2.0 to 3.0.0
@@ -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 @@ |
@@ -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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7894
Updatedsvgo@^1.3.2