
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@growdashtech/webpconvert
Advanced tools
CLI Converter from png/jpg images to webp
npm install -g webpconvert
webpconvert [source] [target] [options]
# Example
webpconvert
webpconvert sample-images
webpconvert sample-images -q 50
webpconvert sample-images output
webpconvert sample-images -m
webpconvert sample-images/KittenJPG.jpg
webpconvert --help
npx webpconvert [source] [target] [options]
| Option | Option alias | Description | Type | Default |
|---|---|---|---|---|
| -p | --prefix | Specify the prefix of output filename. | string | "" |
| -s | --suffix | Specify the suffix of output filename. | string | "" |
| -q | --quality | Specify the quality of webp image. Lower values yield better compression but the least image quality. | number | 80 |
| -r | --recursive | Include files in sub-folders. Will be ignored if the [source] is a file. | boolean | |
| -m | --mute | Disable output messages. | boolean | |
| -h | --help | Show help. | boolean | |
| -v | --version | Show version number. | boolean |
yarn start [source] [target] [options]
# Run test:
yarn test
# Update snapshot files:
yarn test -u
yarn lint
MIT
FAQs
CLI Converter from png/jpg images to webp
We found that @growdashtech/webpconvert demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.