New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cloudbase/node-sdk

Package Overview
Dependencies
Maintainers
0
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudbase/node-sdk

tencent cloud base server sdk for node.js

  • 3.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
298
decreased by-82.66%
Maintainers
0
Weekly downloads
 
Created
Source

Tencent Cloud Base(TCB) Server Node.js SDK

NPM Version node (scoped)

Cloudbase Server Node.js SDK 让您可以在服务端(如腾讯云云函数或 云主机 等)使用 Node.js 服务访问 TCB 的的服务,如云函数调用,文件上传下载,数据库集合文档操作等,方便快速搭建应用。

目录

介绍

TCB 提供开发应用所需服务和基础设施。CloudBase server node.js SDK 让你可以在服务端(如腾讯云云函数或 云主机 等)使用 Node.js 服务访问 CloudBase 的的服务。

注意:从 v3 开始需要 Node.js v12.0 及以上版本,需要更低的 Node.js 版本可以选择 v2 版本。

注意:从 v3 版本开始,TCB 云函数中如果 tcb.init({}) 未指定环境 ID,则使用当前云函数所在环境的环境 ID,而不是云开发默认环境 ID,即可以不再使用 tcb.SYMBOL_CURRENT_ENV 字段。

安装

npm install --save @cloudbase/node-sdk

要在你的项目中使用模块可以

import tcb from "@cloudbase/node-sdk";

const tcb = require("@cloudbase/node-sdk");

文档

Keywords

FAQs

Package last updated on 15 Jan 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

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