🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

qq-server-sdk

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qq-server-sdk - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+1
-1
package.json
{
"name": "qq-server-sdk",
"version": "1.0.2",
"version": "1.0.3",
"description": "qq mini program cloud server sdk",

@@ -5,0 +5,0 @@ "main": "index.js",

interface Config {
env?: String | Object | Symbol;
timeout?: Number;
timeout?: Number | any;
}

@@ -12,3 +12,3 @@ declare class Cloud {

get DYNAMIC_CURRENT_ENV(): symbol;
init(env: String | Object | Symbol, timeout?: number | any): void;
init(options: Config): void;
wrapCommonAPICheck(func: any): (...args: any[]) => any;

@@ -15,0 +15,0 @@ getTcbInstance({ config, type }?: {

Sorry, the diff of this file is too big to display