svg-sprite
Advanced tools
Comparing version 1.2.13 to 1.2.14
@@ -0,1 +1,6 @@ | ||
## 1.2.14 Bugfix release (2015-11-17) | ||
* Updated dependencies & test fixture | ||
* Added Node.js versions 4 & 5 to Travis tests | ||
* Fixed broken svg4everybody links ([#122](https://github.com/jkphl/svg-sprite/issues/122), [gulp-svg-sprite #39](https://github.com/jkphl/gulp-svg-sprite/issues/39)) | ||
## 1.2.13 Maintenance release (2015-11-06) | ||
@@ -2,0 +7,0 @@ * Updated dependencies |
{ | ||
"name": "svg-sprite", | ||
"version": "1.2.13", | ||
"version": "1.2.14", | ||
"author": "Joschi Kuphal <joschi@kuphal.net> (https://jkphl.is)", | ||
@@ -41,7 +41,7 @@ "description": "SVG sprites & stacks galore — A low-level Node.js module that takes a bunch of SVG files, optimizes them and bakes them into SVG sprites of several types along with suitable stylesheet resources (e.g. CSS, Sass, LESS, Stylus, etc.)", | ||
"lodash": "^3.10.1", | ||
"glob": "^5.0.15", | ||
"glob": "^6.0.1", | ||
"xmldom": "^0.1.19", | ||
"xpath": "^0.0.9", | ||
"vinyl": "^1.1.0", | ||
"svgo": "0.5.6", | ||
"svgo": "0.6.0", | ||
"cssom": "^0.3.0", | ||
@@ -53,3 +53,3 @@ "css-selector-parser": "^1.1.0", | ||
"js-yaml": "^3.4.3", | ||
"yargs": "^3.29.0", | ||
"yargs": "^3.30.0", | ||
"winston": "^2.1.0", | ||
@@ -66,8 +66,8 @@ "prettysize": "^0.0.3" | ||
"vinyl-fs": "^2.2.1", | ||
"svg2png": "^1.1.1", | ||
"svg2png": "^2.0.0", | ||
"image-diff": "^1.3.0", | ||
"node-sass": "^3.4.1", | ||
"node-sass": "^3.4.2", | ||
"less": "^2.5.3", | ||
"stylus": "^0.52.4", | ||
"jshint": "^2.8.0" | ||
"jshint": "^2.9.1-rc1" | ||
}, | ||
@@ -74,0 +74,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
476525
+ Addedclap@1.2.3(transitive)
+ Addedcsso@1.4.4(transitive)
+ Addedesprima@2.7.3(transitive)
+ Addedglob@6.0.4(transitive)
+ Addedinherit@2.2.7(transitive)
+ Addedjs-yaml@3.4.6(transitive)
+ Addedsvgo@0.6.0(transitive)
- Removedesprima@2.2.0(transitive)
- Removedglob@5.0.15(transitive)
- Removedjs-yaml@3.3.1(transitive)
- Removedsvgo@0.5.6(transitive)
Updatedglob@^6.0.1
Updatedsvgo@0.6.0
Updatedyargs@^3.30.0