🚀 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.2.1

2

package.json
{
"name": "weapp-api-typings",
"version": "1.2.0",
"version": "1.2.1",
"description": "weapp TS api typings",

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

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

: FullPropertyToData<Exclude<T, ShortProperty>>
type FullPropertyToData<T extends AllFullProperty> = ValueType<T['type']>
// type FullPropertyToData<T extends AllFullProperty> = ValueType<T['type']>
type FullPropertyToData<T extends AllFullProperty> = T['value']
type PropertyOptionToData<P extends PropertyOption> = {

@@ -158,0 +159,0 @@ [name in keyof P]: PropertyToData<P[name]>