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

@mini-types/app

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mini-types/app - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

package.json
{
"name": "@mini-types/app",
"version": "1.0.1",
"version": "1.0.2",
"description": "TypeScript declarations for Alipay's mini program.",

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

},
"gitHead": "f84b3349dc90afa6ad3b32d5ed3e0bb56dd67135"
"gitHead": "ac6225af6fd37ee84b700abed9f541c316ff10f2"
}

@@ -541,3 +541,3 @@ export type UnknownRecord = Record<string, unknown>;

? unknown
: never;
: ExtraOptions[P];
} & Partial<IComponentOptions<Data, Props, Methods, ExtraOptions>> &

@@ -544,0 +544,0 @@ ThisType<IComponentInstance<Data, Props, Methods, ExtraThis, ExtraOptions>>;

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