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

miniprogram-api-typings

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

miniprogram-api-typings - npm Package Compare versions

Comparing version 3.10.0 to 3.11.0

types/wx/lib.wx.wasm.d.ts

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## 2023-06-09 v3.11.0
- 更新 API 定义到 3.0.0
- 暂未支持 [glass-easel](https://github.com/wechat-miniprogram/glass-easel) [Chaining API](https://developers.weixin.qq.com/miniprogram/dev/framework/custom-component/glass-easel/chaining-api.html) 的类型定义
- 补齐 `WXWebAssembly` 定义
## 2023-06-09 v3.10.0

@@ -2,0 +7,0 @@ - 更新 API 定义到 2.32.1

2

package.json
{
"name": "miniprogram-api-typings",
"version": "3.10.0",
"version": "3.11.0",
"description": "Type definitions for APIs of Wechat Mini Program in TypeScript",

@@ -5,0 +5,0 @@ "main": "./index.d.ts",

@@ -31,2 +31,3 @@ /*! *****************************************************************************

/// <reference path="./lib.wx.event.d.ts" />
/// <reference path="./lib.wx.wasm.d.ts" />

@@ -61,3 +62,4 @@ declare namespace WechatMiniprogram {

type PeriodicWaveNode = any
type BufferSourceNode = any
type AudioNode = any
type AudioParam = any
type ChannelSplitterNode = any

@@ -64,0 +66,0 @@ type ChannelMergerNode = any

@@ -23,2 +23,6 @@ /*! *****************************************************************************

/**
* Common interfaces and types
*/
interface IAPIError {

@@ -25,0 +29,0 @@ errMsg: string

Sorry, the diff of this file is too big to display

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