Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mini-types/global

Package Overview
Dependencies
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mini-types/global - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

4

package.json
{
"name": "@mini-types/global",
"version": "3.0.4",
"version": "3.0.5",
"description": "TypeScript declarations for Alipay's mini program.",

@@ -24,3 +24,3 @@ "scripts": {},

},
"gitHead": "2e27c0806426c7461d04cd8f70c398bd60af0c9e"
"gitHead": "ca70440d2430adbb65bad12adad4b926734e23a6"
}

@@ -289,3 +289,13 @@ declare namespace MiniProgram.Component {

>(
opts: Partial<IOptions<Data, Props, Methods, ExtraOptions, Mixins>> &
opts: {
[P in keyof ExtraOptions]: P extends keyof IOptions<
Data,
Props,
Methods,
ExtraOptions,
Mixins
>
? unknown
: ExtraOptions[P];
} & Partial<IOptions<Data, Props, Methods, ExtraOptions, Mixins>> &
ThisType<

@@ -292,0 +302,0 @@ IInstance<

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