Socket
Socket
Sign inDemoInstall

@cloudbase/adapter-wx_game

Package Overview
Dependencies
Maintainers
8
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudbase/adapter-wx_game

wechat game adapter of cloudbase javascript SDK


Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
8
Weekly downloads
 
Created
Source

@cloudbase/adapter-wx_game

NPM Version

tcb-js-sdk微信小游戏适配器

安装

npm i @cloudbase/adapter-wx_game -S

使用

ES Module

import tcb from 'tsb-js-sdk';
import adapter from '@cloudbase/adapter-wx_game';

// 以下两种方式二选一
// 1.单参数传入
tcb.useAdapters(adapter);
// 2.数组形式传参
tcb.useAdapters([adapter]);
// adapter必须在init之前传入
tcb.init();

CommonJS

const tcb = require('tsb-js-sdk');
const {adapter} = require('@cloudbase/adapter-wx_game');

// 以下两种方式二选一
// 1.单参数传入
tcb.useAdapters(adapter);
// 2.数组形式传参
tcb.useAdapters([adapter]);
// adapter必须在init之前传入
tcb.init();

FAQs

Package last updated on 16 Dec 2019

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