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

imagemin

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imagemin - npm Package Compare versions

Comparing version 0.4.6 to 0.4.7

0

cli.js

@@ -0,0 +0,0 @@ #!/usr/bin/env node

9

index.js

@@ -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)
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