Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@manycore/miniapp-sdk

Package Overview
Dependencies
Maintainers
4
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@manycore/miniapp-sdk

miniapp sdk typings

npmnpm
Version
1.34.0
Version published
Weekly downloads
94
394.74%
Maintainers
4
Weekly downloads
 
Created
Source

@manycore/miniapp-sdk

酷家乐开放平台Manycore命名空间 API 声明包、Iframe Runtime

使用方式

仅使用 API 类型声明

# npm
npm install @manycore/miniapp-sdk --dev
# yarn
yarn add @manycore/miniapp-sdk -D

tsconfig.json -> compilerOptions -> types 中添加 "@manycore/miniapp-sdk"

使用 API 声明 + Iframe Runtime

# npm
npm install @manycore/miniapp-sdk
# yarn
yarn add @manycore/miniapp-sdk

tsconfig.json -> compilerOptions -> types 中添加 "@manycore/miniapp-sdk"

Iframe 视图入口文件处导入 SDK 后,即可在视图中直接异步调用 Manycore 接口

import "@manycore/miniapp-sdk";

FAQs

Package last updated on 13 May 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