New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cwebp

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cwebp - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

README.md

5

History.md

@@ -0,1 +1,6 @@

2.0.1 / 2016-06-13
==================
* Add helpers for all new cwebp/dwebp switches
2.0.0 / 2016-06-09

@@ -2,0 +7,0 @@ ==================

49

methods.json

@@ -36,2 +36,7 @@ {

},
"losslessPreset": {
"key": "z",
"type": "number",
"description": "activates lossless preset with given level in [0:fast, ..., 9:slowest]"
},
"compression": {

@@ -135,2 +140,6 @@ "key": "m",

},
"exact": {
"type": "boolean",
"description": "preserve RGB values in transparent area"
},
"lossless": {

@@ -140,2 +149,7 @@ "type": "boolean",

},
"nearLossless": {
"key": "near_lossless",
"type": "number",
"description": "use near-lossless image preprocessing (0..100=off)"
},
"hint": {

@@ -147,2 +161,16 @@ "description": "specify image characteristics hint, one of: photo, picture or graph"

},
"jpegLike": {
"key": "jpeg_like",
"type": "boolean",
"description": "roughly match expected JPEG size (experimental)"
},
"autoAdjust": {
"key": "af",
"type": "boolean",
"description": "auto-adjust filter strength (experimental)"
},
"pre": {
"type": "number",
"description": "pre-processing filter (experimental)"
},
"verbose": {

@@ -174,3 +202,3 @@ "key": "v",

"exclude": ["png", "pam", "ppm", "tiff", "pgm", "yuv"],
"description": "save as uncompressed BMP format (dwebp 4.x or later)"
"description": "save as uncompressed BMP format"
},

@@ -180,3 +208,3 @@ "tiff": {

"exclude": ["png", "pam", "ppm", "bmp", "pgm", "yuv"],
"description": "save as uncompressed TIFF format (dwebp 4.x or later)"
"description": "save as uncompressed TIFF format"
},

@@ -191,8 +219,13 @@ "pgm": {

"exclude": ["png", "pam", "ppm", "bmp", "tiff", "pgm"],
"description": "save the raw YUV samples in flat layout (dwebp 4.x or later)"
"description": "save the raw YUV samples in flat layout"
},
"dither": {
"type": "number",
"description": "dithering strength (in 0..100, dwebp 4.x or later)"
"description": "dithering strength (in 0..100)"
},
"alphaDither": {
"key": "alpha_dither",
"type": "boolean",
"description": "use alpha-plane dithering if needed"
},
"scale": {

@@ -208,2 +241,6 @@ "type": [

},
"flip": {
"type": "boolean",
"description": "flip the output vertically"
},
"nofancy": {

@@ -219,3 +256,3 @@ "type": "boolean",

"type": "boolean",
"description": "disable dithering (dwebp 4.x or later)"
"description": "disable dithering"
},

@@ -228,5 +265,5 @@ "alpha": {

"type": "boolean",
"description": "use incremental decoding (useful for tests, dwebp 4.x or later)"
"description": "use incremental decoding (useful for tests)"
}
}
}

2

package.json

@@ -13,3 +13,3 @@ {

],
"version": "2.0.0",
"version": "2.0.1",
"repository": {

@@ -16,0 +16,0 @@ "type": "git",

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