Socket
Socket
Sign inDemoInstall

imagemin

Package Overview
Dependencies
138
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.8 to 0.4.9

7

cli.js

@@ -23,3 +23,2 @@ #!/usr/bin/env node

l: '--optimizationLevel',
o: '--out',
p: '--progressive',

@@ -45,5 +44,5 @@ v: '--version'

console.log('Options');
console.log(' -i, --interlaced Extract archive files on download');
console.log(' -o, --optimizationLevel <number> Path to download or extract the files to');
console.log(' -p, --progressive Strip path segments from root when extracting');
console.log(' -i, --interlaced Interlace gif for progressive rendering');
console.log(' -o, --optimizationLevel <number> Select an optimization level between 0 and 7');
console.log(' -p, --progressive Lossless conversion to progressive');
}

@@ -50,0 +49,0 @@

{
"name": "imagemin",
"version": "0.4.8",
"version": "0.4.9",
"description": "Minify images",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -136,5 +136,5 @@ # imagemin [![Build Status](https://travis-ci.org/kevva/imagemin.svg?branch=master)](https://travis-ci.org/kevva/imagemin)

Options
-i, --interlaced Extract archive files on download
-o, --optimizationLevel <number> Path to download or extract the files to
-p, --progressive Strip path segments from root when extracting
-i, --interlaced Interlace gif for progressive rendering
-o, --optimizationLevel <number> Select an optimization level between 0 and 7
-p, --progressive Lossless conversion to progressive
```

@@ -141,0 +141,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc