Comparing version 1.3.1 to 1.3.2
@@ -0,1 +1,4 @@ | ||
### [ [>](https://github.com/svg/svgo/tree/v1.3.2) ] 1.3.2 / 30.10.2019 | ||
* Fixed TypeError: Cannot set property 'multipassCount' of undefined | ||
### [ [>](https://github.com/svg/svgo/tree/v1.3.1) ] 1.3.1 / 29.10.2019 | ||
@@ -2,0 +5,0 @@ * Updated CSSO version to 4.0.2 fixing the issue with empty semicolons ";;" in styles (thanks to @strarsis and @lahmatiy). |
@@ -25,2 +25,3 @@ 'use strict'; | ||
SVGO.prototype.optimize = function(svgstr, info) { | ||
info = info || {}; | ||
return new Promise((resolve, reject) => { | ||
@@ -27,0 +28,0 @@ if (this.config.error) { |
{ | ||
"name": "svgo", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Nodejs-based tool for optimizing SVG vector graphics files", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
405940
10376