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

imagemin-simple

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imagemin-simple

Replace images with minified one.

  • 0.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
20
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

Imagemin-simple

Replace images with minified one.

Travis Codecov Status npm package npm downloads

prettier license

Usage

$ npx imagemin-simple '**/*.{jpg,png,JPG,PNG,svg,gif}'

API

$ npx imagemin-simple -h

Usage: imagemin-simple <pattern> [options]
<pattern> Glob pattern to specify files.

Options:
  --plugin       The list of plugins to use.                   [array] [default:
  ["imagemin-jpegtran","imagemin-pngquant","imagemin-svgo","imagemin-gifsicle"]]
  -v, --version  Show version number                                   [boolean]
  -h, --help     Show help                                             [boolean]

Examples:
  imagemin-simple '**/*.{jpg,png,JPG,PNG,svg,gif}'
  imagemin-simple '**/*.png' --plugin imagemin-pngquant

For more information go to https://github.com/evenchange4/imagemin-simple

Development

  • node 11.4.0
  • yarn 1.12.3
$ yarn install --pure-lockfile

Test

$ yarn run build
$ yarn run flow-coverage
$ yarn run test:watch
$ yarn run format
$ yarn run eslint

Publish

$ npm version patch
$ git push
$ npm run changelog

CONTRIBUTING

  • ⇄ Pull requests and ★ Stars are always welcome.
  • For bugs and feature requests, please create an issue.
  • Pull requests must be accompanied by passing automated tests.

CHANGELOG

LICENSE

FAQs

Package last updated on 12 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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