🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
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.0.8

2

package.json
{
"name": "weapp-api-typings",
"version": "1.0.7",
"version": "1.0.8",
"description": "weapp TS api typings",

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

@@ -182,3 +182,4 @@ /*! *****************************************************************************

*/
data: Partial<D> & IAnyObject,
// data: Partial<D> & IAnyObject,
data: Partial<D>,
/** setData引起的界面更新渲染完毕后的回调函数,最低基础库: `1.5.0` */

@@ -185,0 +186,0 @@ callback?: () => void