
Research
/Security News
Popular Go Decimal Library Targeted by Long-Running Typosquat with DNS Backdoor
A long-running Go typosquat impersonated the popular shopspring/decimal library and used DNS TXT records to execute commands.
@cloudbase/cli
Advanced tools
npm install -g @cloudbase/cli
tcb -h
Usage: tcb [options] [command]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
deploy [options] [name] 执行完整的发布
login 登录腾讯云账号
logout 登出腾讯云账号
show 查看状态
logs [options] <name> 查看日志
执行完整的发布
tcb deploy [--start]
参数:
--start:是否需要启动tcb show [-n 20] <name>
参数:
-n:日志的行数cli的配置文件
示例:
{
"deploys": [
{
"name": "app",
"type": "node",
"path": "./server"
}
]
}
数组,包含项目的发布配置
示例:
{
"deploys": [
// 云函数示例
{
"name": "add",
"type": "function",
"path": "./",
"envId": "test-e48fe1",
"override": true
},
// Node服务示例
{
"name": "app",
"type": "node",
"path": "./server"
},
// Vemo项目示例
{
name: 'my-vemo',
type: 'node',
path: './vemo-server'
}
]
}
FAQs
CLI for Tencent CloudBase (standalone bundle)
The npm package @cloudbase/cli receives a total of 8,042 weekly downloads. As such, @cloudbase/cli popularity was classified as popular.
We found that @cloudbase/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 14 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.

Research
/Security News
A long-running Go typosquat impersonated the popular shopspring/decimal library and used DNS TXT records to execute commands.

Research
Active npm supply chain attack compromises @antv packages in a fast-moving malicious publish wave tied to Mini Shai-Hulud.

Security News
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.