🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

weapp-api-typings

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

weapp-api-typings - npm Package Compare versions

Comparing version

to
1.1.9

2

package.json
{
"name": "weapp-api-typings",
"version": "1.1.8",
"version": "1.1.9",
"description": "weapp TS api typings",

@@ -5,0 +5,0 @@ "main": "./index.d.ts",

@@ -127,4 +127,2 @@ /*! *****************************************************************************

declare let console: WechatMiniprogram.Console
declare let wx: WechatMiniprogram.Wx

@@ -144,9 +142,2 @@ /** 引入模块。返回模块通过 `module.exports` 或 `exports` 暴露的接口。 */

declare function requireMiniProgram(): any
/** 当前模块对象 */
declare let module: {
/** 模块向外暴露的对象,使用 `require` 引用该模块时可以获取 */
exports: any
}
/** `module.exports` 的引用 */
declare let exports: any

@@ -153,0 +144,0 @@ /** [clearInterval(number intervalID)](https://developers.weixin.qq.com/miniprogram/dev/api/base/timer/clearInterval.html)