New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

miniprogram-api-typings

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

miniprogram-api-typings - npm Package Compare versions

Comparing version 2.8.2 to 2.8.3

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 2019-09-19 v2.8.3
- 同步 API 定义到基础库 2.8.3
- `getApp` 支持范型(#77)
- 修正一些接口错误(#73, #75, #79)
- 补齐 `require`, `exports`, `module.exports` 定义,以支持在没有 `@types/node` 下编译
## 2019-09-10 v2.8.2

@@ -2,0 +8,0 @@ - 同步 API 定义到基础库 2.8.2

2

package.json
{
"name": "miniprogram-api-typings",
"version": "2.8.2",
"version": "2.8.3",
"description": "Type definitions for APIs of Wechat Mini Program in TypeScript",

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

@@ -243,3 +243,3 @@ /*! *****************************************************************************

interface GetApp {
(opts?: GetAppOption): TrivialInstance
<T = IAnyObject>(opts?: GetAppOption): Instance<T>
}

@@ -246,0 +246,0 @@ }

@@ -125,3 +125,5 @@ /*! *****************************************************************************

D
>
> & {
getOpenerEventChannel(): EventChannel,
}

@@ -128,0 +130,0 @@ interface Data<D extends DataOption> {

@@ -5,2 +5,3 @@ ## 所有可用版本

-|-|-
[v2.8.3](https://developers.weixin.qq.com/miniprogram/dev/framework/release/#v2-8-3-2019-09-17) | [2.8.3](https://www.npmjs.com/package/miniprogram-api-typings/v/2.8.3) | `npm install miniprogram-api-typings@2.8.3`
[v2.8.2](https://developers.weixin.qq.com/miniprogram/dev/framework/release/#v2-8-2-2019-08-30) | [2.8.2](https://www.npmjs.com/package/miniprogram-api-typings/v/2.8.2) | `npm install miniprogram-api-typings@2.8.2`

@@ -7,0 +8,0 @@ [v2.8.1](https://developers.weixin.qq.com/miniprogram/dev/framework/release/#v2-8-1-2019-08-22) | [2.8.1](https://www.npmjs.com/package/miniprogram-api-typings/v/2.8.1) | `npm install miniprogram-api-typings@2.8.1`

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

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