📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

@baiducloud/sdk

Package Overview
Dependencies
Maintainers
6
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@baiducloud/sdk

Baidu Cloud Engine JavaScript SDK

1.0.3
latest
Source
npm
Version published
Maintainers
6
Created
Source

Baidu Cloud Engine JavaScript SDK

Build Status NPM version Coverage Status

文档地址:https://baidubce.github.io/bce-sdk-js/

通过 NPM 安装

npm install @baiducloud/sdk

通过 CDN 引用

${version}处使用版本号替换,比如1.0.0-rc.37

<script src="https://bce.bdstatic.com/lib/@baiducloud/sdk/${version}/baidubce-sdk.bundle.min.js"></script>

发布

# 检查已发布版本号
npm view @baiducloud/sdk versions

# 更新版本号
# <version> -- 指定的版本号
npm version <version> --git-tag-version false

# 编译(注意:pack指令已废弃)
npm run build

git add -u .
git commit -m "bump: <version>"

# 发布测试版本
npm publish --tag beta --registry=https://registry.npmjs.org
# 发布正式版本
npm publish

# 发布到CDN
npm run publish:bos

FAQs

Package last updated on 07 Apr 2025

Did you know?

Socket

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.

Install

Related posts