
Security News
GitHub Actions Adds cache-mode to Limit Cache Poisoning Risk
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.
@drovp/icon-generator
Advanced tools
Generate .ico, .icns, or .png icons out of one or multiple png or svg files.
Generate .ico, .icns, or .png icons out of one or multiple png or svg files.
Supports dropping multiple files of different sizes. Processor will then generate the missing sizes from the closest bigger input file.
For example, if you drop in two png files 32x32 and 1024x1024 pixels big, they'll be used as sources like so:
| Size | Dropped files | Size source |
|---|---|---|
| 1024 | 1024.png | 1024.png |
| 512 | x | 1024.png |
| 256 | x | 1024.png |
| 128 | x | 1024.png |
| 64 | x | 1024.png |
| 32 | 32.png | 32.png |
| 16 | x | 32.png |
When dropping png files, the file should be of square dimensions, and at least 1024x1024 pixels big, or whatever is the max needed size in one of the generated icon files.
If you are dropping svg files, their intended size is determined by their file name. To specify svg file as being 32px big, its name needs to be in one of these formats:
32.svg32x32.svgfoo-32.svgfoo-32x32.svgDropped SVG file without recognizable filename size is considered to be of infinite size.
If you're generating favicons for browsers, this cheat sheet might be helpful: https://github.com/audreyfeldroy/favicon-cheat-sheet
FAQs
Generate .ico, .icns, or .png icons out of one or multiple png or svg files.
We found that @drovp/icon-generator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.