
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
@yqg/webpack-plugin
Advanced tools
webpack plugins for yqg.
Add a json file to your webpack bundle file with the webpack hash and time.
This can be used to help single page apps detect a new version.
// webpack.config.js
{
plugins: [
new WebpackVersionPlugin(options)
]
}
// Options
interface Options {
filename?: string; // version.json by default
}
{
"version": "44c56d816a031ada87401d28a1339b9a",
"date": "2018-06-26T12:07:16.683Z"
}
Upload Media Sources to qiniu.
// webpack.config.js
{
plugins: [
new WebpackQiniuUploadPlugin(options)
]
}
// Options
interface Options {
bucket: string;
accessKey: string;
secretKey: string;
dir: string; // 一般业务需要配置 bucket,存放资源的目录,比如:'cdn/yqg-tech/static'
}
Add a i18n json file to your webpack build file.
// webpack.config.js
{
plugins: [
new WebpackI18nPlugin(options)
]
}
// Options
interface Options {
filename?: string; // i18n.json by default
getI18nContent?: () => Promise<Object>; // get i18n json content by yourself
}
FAQs
Webpack Plugins for YQG
We found that @yqg/webpack-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 15 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
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.