Comparing version 0.4.6 to 0.4.7
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -77,2 +77,6 @@ 'use strict'; | ||
if (err) { | ||
return cb(err); | ||
} | ||
var buf = file.contents; | ||
@@ -99,3 +103,3 @@ | ||
* | ||
* @param {Array} file | ||
* @param {Object} file | ||
* @param {Function} cb | ||
@@ -122,3 +126,2 @@ * @api public | ||
file.contents = src; | ||
return cb(null, file); | ||
@@ -143,4 +146,2 @@ } | ||
}); | ||
}; | ||
@@ -147,0 +148,0 @@ |
{ | ||
"name": "imagemin", | ||
"version": "0.4.6", | ||
"version": "0.4.7", | ||
"description": "Minify images", | ||
@@ -19,3 +19,3 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "mocha --reporter list --timeout 0" | ||
"test": "mocha --reporter list --timeout 50000" | ||
}, | ||
@@ -36,10 +36,10 @@ "files": [ | ||
"dependencies": { | ||
"fs-extra": "^0.8.1", | ||
"fs-extra": "^0.10.0", | ||
"get-stdin": "^0.1.0", | ||
"image-type": "^0.1.0", | ||
"nopt": "^2.2.0", | ||
"image-type": "^0.1.4", | ||
"nopt": "^3.0.1", | ||
"rimraf": "^2.2.6", | ||
"stat-mode": "^0.2.0", | ||
"tempfile": "^0.1.3", | ||
"ware": "^0.2.1" | ||
"ware": "^0.3.0" | ||
}, | ||
@@ -50,8 +50,8 @@ "devDependencies": { | ||
"optionalDependencies": { | ||
"imagemin-gifsicle": "^0.1.0", | ||
"imagemin-gifsicle": "^0.1.1", | ||
"imagemin-jpegtran": "^0.1.0", | ||
"imagemin-optipng": "^0.1.0", | ||
"imagemin-pngquant": "^0.1.0", | ||
"imagemin-pngquant": "^0.1.2", | ||
"imagemin-svgo": "^0.1.0" | ||
} | ||
} |
@@ -113,3 +113,3 @@ # imagemin [![Build Status](https://travis-ci.org/kevva/imagemin.svg?branch=master)](https://travis-ci.org/kevva/imagemin) | ||
Lossy compression of SVG images. | ||
Compress SVG images. | ||
@@ -146,4 +146,12 @@ ```js | ||
## Related | ||
- [imagemin-app](https://github.com/kevva/imagemin-app) | ||
- [gulp-imagemin](https://github.com/sindresorhus/gulp-imagemin) | ||
- [grunt-contrib-imagemin](https://github.com/gruntjs/grunt-contrib-imagemin) | ||
## License | ||
MIT © [Kevin Mårtensson](http://kevinmartensson.com) |
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
9753
234
156
+ Addedfs-extra@0.10.0(transitive)
+ Addedjsonfile@1.2.0(transitive)
+ Addedncp@0.5.1(transitive)
+ Addednopt@3.0.6(transitive)
+ Addedware@0.3.0(transitive)
- Removedfs-extra@0.8.1(transitive)
- Removedjsonfile@1.1.1(transitive)
- Removedncp@0.4.2(transitive)
- Removedrimraf@2.2.8(transitive)
- Removedware@0.2.1(transitive)
Updatedfs-extra@^0.10.0
Updatedimage-type@^0.1.4
Updatednopt@^3.0.1
Updatedware@^0.3.0