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

@mini-types/my

Package Overview
Dependencies
Maintainers
3
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mini-types/my - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

4

package.json
{
"name": "@mini-types/my",
"version": "0.1.4",
"version": "0.1.5",
"description": "TypeScript declarations for Alipay's mini program.",

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

},
"gitHead": "95a762b80ba4c3c0898688c31ad7c9fb22f1ab9e"
"gitHead": "8852f09c7a843a1bd912bc808a63fc4a48d79faa"
}

@@ -10,4 +10,4 @@ declare namespace my {

name: string,
opt: object,
callback: (resp: object) => void
opt: any,
callback: (resp: any) => void
): void;

@@ -19,3 +19,3 @@ /**

*/
export function call(name: string, callback: (resp: object) => void): void;
export function call(name: string, callback: (resp: any) => void): void;
/**

@@ -26,3 +26,3 @@ * @description 无回调返回 Promise 形式

*/
export function call(name: string, opt?: object): Promise<object>;
export function call(name: string, opt?: any): Promise<any>;

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