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.1 to 3.0.2

4

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

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

},
"gitHead": "a98ab78cc376abf22aea5ce9cc1e03c54d7ca62c"
"gitHead": "a221780a553707316bb28ca2a46e4423e721e548"
}

@@ -112,3 +112,3 @@ declare namespace MiniProgram.Page {

*/
onLoad<Query = {}>(query: Query): void;
onLoad(query: unknown): void;
/**

@@ -205,3 +205,3 @@ * 页面显示时/切入前台时触发

*/
onLoad<Query = {}>(query: Query): void;
onLoad(query: unknown): void;
/**

@@ -208,0 +208,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