
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
@baiducloud/sdk
Advanced tools
文档地址:https://baidubce.github.io/bce-sdk-js/
npm install @baiducloud/sdk
${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
1.0.3
published on 2025-04-07
feat:
proxy
configuration;fix:
chore
FAQs
Baidu Cloud Engine JavaScript SDK
The npm package @baiducloud/sdk receives a total of 217 weekly downloads. As such, @baiducloud/sdk popularity was classified as not popular.
We found that @baiducloud/sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 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
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.