
Research
/Security News
Laravel Lang Compromised with RCE Backdoor Across 700+ Versions
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.
@cloudbase/js-sdk
Advanced tools
云开发 Cloudbase JavaScript SDK。
@cloudbase/js-sdk 分为两种形式:
# npm
npm install @cloudbase/js-sdk -S
# yarn
yarn add @cloudbase/js-sdk
引入时可选择全量引入:
import cloudbase from '@cloudbase/js-sdk'
或者按需分模块引入:
// 内核
import cloudbase from '@cloudbase/js-sdk/app'
// 登录模块
import cloudbase from '@cloudbase/js-sdk/auth'
// 函数模块
import cloudbase from '@cloudbase/js-sdk/functions'
// 云存储模块
import cloudbase from '@cloudbase/js-sdk/storage'
// 数据库模块
import cloudbase from '@cloudbase/js-sdk/database'
// 数据模型模块
import cloudbase from '@cloudbase/js-sdk/model'
引入全量 js 文件
<!-- 全量js文件 -->
<script src="/cloudbase.full.js"></script>
分模块引入
<!-- 主js文件 -->
<script src="/cloudbase.js"></script>
<!-- 登录模块 -->
<script src="/cloudbase.auth.js"></script>
<!-- 函数模块 -->
<script src="/cloudbase.functions.js"></script>
<!-- 云存储模块 -->
<script src="/cloudbase.storage.js"></script>
<!-- 数据库模块 -->
<script src="/cloudbase.database.js"></script>
<!-- 数据模型模块 -->
<script src="/cloudbase.model.js"></script>
构建分为两部分:
cdnjs目录,按版本划分npm run build
FAQs
cloudbase javascript sdk
The npm package @cloudbase/js-sdk receives a total of 4,179 weekly downloads. As such, @cloudbase/js-sdk popularity was classified as popular.
We found that @cloudbase/js-sdk 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
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.

Security News
Socket found a malicious postinstall hook across 700+ GitHub repos, including PHP packages on Packagist and Node.js project repositories.

Security News
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain