Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@baiducloud/sdk

Package Overview
Dependencies
Maintainers
0
Versions
63
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-beta.5
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
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
# 发布正式版本
npm publish




FAQs

Package last updated on 02 Dec 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc