
Company News
Socket Partners with Replit to Block Malicious Packages in AI-Powered Development
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.
mtong-tools
Advanced tools
# 安装依赖
yarn install
# 创建项目
mt create
# 编译多语言 配置在 package.json 中的lang 具体参考底部
mt lang
# 忽略多级对象配置输出
mt lang -n
# 反向多语言配置 转 xlsx
mt lang -x
项目根目录下执行,同步公用代码到业务项目,同步公用依赖到业务依赖
# 同步指定公用代码
mt download
业务项目中公用代码指定方式
package.json
...
"framework": {
"address": "git@lf.git.oa.mt:web-frontend-admin/framework.git",
"branch": "master"
},
"lang": {
"path": "test/lang.xlsx", // 多语言文件路径
"outPath": "test/lang", // 输出路径
"outXlsxPath": "test/lang", // 输出xlsx路径
"suffix": "ts" // 输出文件后缀
}
...
FAQs
mt cli
We found that mtong-tools demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.

Research
/Security News
Newer packages in this compromise use native extensions and .pth loaders to execute JavaScript stealers in developer environments.