
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
improved-image-webpack-loader
Advanced tools
Image loader module for webpack
Minify PNG, JPEG, GIF and SVG images with imagemin
gifsicle — Compress GIF images
mozjpeg — Compress JPEG images
optipng — Compress PNG images
svgo — Compress SVG images
pngquant — Compress PNG images
Issues with the output should be reported on the imagemin issue tracker.
Link to npm: https://www.npmjs.com/package/improved-image-webpack-loader
$ npm install image-webpack-loader --save-dev
Basically the same as https://github.com/tcoopman/image-webpack-loader
Look in that repository for more info and guidelines..
Difference: You can now pass an options object for each optimizer:
loader: 'improved-image-webpack-loader',
query: {
gifsicle: {
interlaced: true,
optimizationLevel: 3,
number: 256,
...
},
mozjpeg: {
quality: 60-100,
progressive: true,
...
},
optipng: {
optimizationLevel: 7,
...
},
pngquent: {
...
},
svgo: {
...
}
}
FAQs
Image loader module for webpack
The npm package improved-image-webpack-loader receives a total of 2 weekly downloads. As such, improved-image-webpack-loader popularity was classified as not popular.
We found that improved-image-webpack-loader 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.
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
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.