
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@topibd/ibd-product-cli
Advanced tools
全局安装: npm install -g @topibd/ibd-product-cli
1.在product目录下,执行 :ibd-pd init|i;
2.执行ibd-pd new
3.需要更新项目名称,或者项目依赖等,执行:
cd product; 修改ibd-product.config.json文件
ibd-pd update.
{
"name" : "loo", //此处为产品名称,产品的配置@topibd/app-main-config下的
config文件的名应与此处一致,必填,
"apiBase": "http://127.0.0.1:3000/", //此处为后台接口主地址,不填时默认为"http://127.0.0.1:3000/",可选
"versionType": "Default", //此处为版本类型,不填时默认为"Default",可选
"defaultLang": "zhcn", //此处为默认语言,不填时默认为"zhcn",可选
"dependencies" : { "@topibd" : [ //此处为产品依赖的模块,@topibd/ibd-core,@topibd/app-main,@topibd/app-main-config,@topibd/login,
@toplinker/wust不需要添加,可选
"sys-user","sys-role","sys-personal-center","sys-enum","sys-conf","mes-workcenter"
]
},
"appOutDir" : "../../lb-api/client/topibd/", //项目打包输出路径,默认为“../lb-api/client/topibd/”,可选
"prefix" : "ibd", //组件标签前缀,默认为“ibd”,可选
}
FAQs
ibd-product-cli
The npm package @topibd/ibd-product-cli receives a total of 0 weekly downloads. As such, @topibd/ibd-product-cli popularity was classified as not popular.
We found that @topibd/ibd-product-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.