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.5.0 to 3.6.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 2022-09-09 v3.6.0
- 更新 API 定义到 2.26.0
- 更改了部分监听方法及其参数的命名
## 2022-06-24 v3.5.0

@@ -2,0 +6,0 @@ - 更新 API 定义到 2.24.6

4

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

@@ -26,3 +26,3 @@ "main": "./index.d.ts",

"eslint": "^7.20.0",
"tsd": "^0.14.0",
"tsd": "^0.23.0",
"typescript": "^4.1.5"

@@ -29,0 +29,0 @@ },

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

type PannerNode = any
type AnalyserNode = any
type AudioListener = any

@@ -68,0 +69,0 @@ type WebGLTexture = any

@@ -265,3 +265,3 @@ /*! *****************************************************************************

interface GetApp {
<T = IAnyObject>(opts?: GetAppOption): Instance<T>
<T extends IAnyObject = IAnyObject>(opts?: GetAppOption): Instance<T>
}

@@ -268,0 +268,0 @@ }

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