
Research
/Security News
Laravel Lang Compromised with RCE Backdoor Across 700+ Versions
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.
webpack-plugin-auto-uid
Advanced tools
自动为 DOM 添加自定义属性 ID,便于 E2E 测试或其他用用途。
PS. 可配合webpack-plugin-auto-uid 使用,也可单独引入
npm install webpack-plugin-auto-uid --save-dev
// or
yarn add webpack-plugin-auto-uid -D
in webpack config
const isPro = process.env.NODE_ENV === 'production';
{
plugins: [
new webpackPluginAutoUid({
enable: isPro, // recommand this, plugin won't change origin source
debug: true, // show info,log level debug;
update: true, // force update uuid every time replace with auto-uid.config.json
dom: true, // use dom constructure to gen uuid ,just like auto-uid="div_h1_span@1"
lintShell:"npm run lint" // fix lint error,input your lint command
}),
];
}
允许添加 autoUid,建议只在生产环境开启,避免污染源码
忽略存在的 uid 配置文件,重新生成,并覆盖配置文件
开启 info 和 log 级别的日志 error 级别日志默认开启
保留对dom的修改,便于检查是否是auto-uid出现了错误
因修改dom导致的lint错误,和输入lint的命令行,将在生成uid后执行,用于autofix
FAQs
自动为 DOM 添加自定义属性 ID,便于 E2E 测试或其他用用途。
We found that webpack-plugin-auto-uid 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.

Research
/Security News
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.

Security News
Socket found a malicious postinstall hook across 700+ GitHub repos, including PHP packages on Packagist and Node.js project repositories.

Security News
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain