image-optimizer icon indicating copy to clipboard operation
image-optimizer copied to clipboard

Easily optimize images using PHP

Results 3 image-optimizer issues
Sort by recently updated
recently updated
newest added

`svgo@^1.3` has an indirect dependency on `nth-check`: ``` svgo@^1.3 > css-select@^2.0.0 > nth-check@^1.0.2 ``` Information about the vulnerability in `nth-check` was recently published: https://github.com/advisories/GHSA-rp65-9cf3-cjxr This vulnerability was fixed in `[email protected]`....

enhancement
help wanted

In svgo 3 the plugin `cleanupIDs` is renamed to `cleanupIds`, so the default configurations in `svgo.config.js` doesn't work anymore when using the `OptimizerChainFactory`. I encountered another issue: The path to...