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.8.0 to 3.8.1

2

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

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

@@ -56,2 +56,4 @@ # Wechat Mini Program API Typings

- [Mr.Hope](https://github.com/Mister-Hope)
- [chs97](https://github.com/chs97)
- [Jelf](https://github.com/okxiaoliang4)

@@ -58,0 +60,0 @@ ### Automated tests

@@ -57,2 +57,3 @@ # 微信小程序定义文件

- [chs97](https://github.com/chs97)
- [Jelf](https://github.com/okxiaoliang4)

@@ -59,0 +60,0 @@ ### 测试

@@ -422,3 +422,6 @@ /*! *****************************************************************************

type ButtonGetPhoneNumber = CustomEvent<
GeneralCallbackResult & Partial<GetWeRunDataSuccessCallbackResult>
GeneralCallbackResult &
Partial<GetWeRunDataSuccessCallbackResult> & {
code: string
}
>

@@ -425,0 +428,0 @@

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

*/
from: 'button' | 'menu' | string
from: 'button' | 'menu'
/** 如果 `from` 值是 `button`,则 `target` 是触发这次转发事件的 `button`,否则为 `undefined`

@@ -205,0 +205,0 @@ *

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