
Research
/Security News
Coruna Respawned: Compromised art-template npm Package Leads to iOS Browser Exploit Kit
Compromised npm package art-template delivered a Coruna-like iOS Safari exploit framework through a watering-hole attack.
@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 5,493 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
Compromised npm package art-template delivered a Coruna-like iOS Safari exploit framework through a watering-hole attack.

Company News
As AI accelerates how code is written and shipped, Socket is scaling to protect the software supply chain from the growing wave of attacks targeting open source dependencies.

Company News
Socket is scaling to defend open source against supply chain attacks as AI accelerates software development.