
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
tinypng-webpack-plugin
Advanced tools
a img compress plugin use with tinyPNG for webpack.
# for webpack 4
$ npm install tinypng-webpack-plugin --save-dev
# for webpack 3 & 2 & 1
$ npm install tinypng-webpack-plugin@1.0.2 --save-dev
var tinyPngWebpackPlugin = require('tinypng-webpack-plugin');
//in your webpack plugins array
module.exports = {
plugins: [
new tinyPngWebpackPlugin({
key:"your tinyPNG key"
})
]
}
new tinyPngWebpackPlugin({
key:"your tinyPNG key",//can be Array, eg:['your key 1','your key 2'....]
ext: ['png', 'jpeg', 'jpg'],//img ext name
proxy:'http://user:pass@192.168.0.1:8080'//http proxy,eg:如果你来自中国,同时拥有shadowsocks,翻墙默认配置为 http:127.0.0.1:1080 即可。(注,该参数因为需要超时断开连接的原因,导致最后会延迟执行一会webpack。但相对于国内网络环境,用此参数还是非常划算的,测试原有两张图片,无此参数耗时2000ms+,有此参数耗时1000ms+节约近半。)
})
{
key:'',
ext: ['png', 'jpeg', 'jpg'],
proxy:''
}
FAQs
a webpack plugin use tinyPNG
The npm package tinypng-webpack-plugin receives a total of 28 weekly downloads. As such, tinypng-webpack-plugin popularity was classified as not popular.
We found that tinypng-webpack-plugin 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.