
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
反向选择路径链多语言vscode插件。
通过分析本地项目的多语言文件(js、ts、json),生成snippet.json,帮助开发者实现多语言快速复用,提升开发效率。
例如有这样的结构
{
"foo": "知道了",
"foo.bar": "知道了",
"foo.bar.baz": "知道了",
}
键入i18n-chain-后选择需要的链即可。
x-知道了
=>
1.foo
2.foo.bar
3.foo.bar.baz
=>
foo.bar.baz
yarn compile编译并且点击右上角刷新按钮,保持扩展开发宿主内的插件为最新态yarn test-compile
yarn build
FAQs
输入中文自动查找多语言key的i18n插件
We found that i18n-chain 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
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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.