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

mini-antui

Package Overview
Dependencies
Maintainers
4
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mini-antui - npm Package Compare versions

Comparing version 0.3.13 to 0.3.14-alpha.1

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## 0.3.13
`2018-10-18`
- **Bug Fix**
- 修复`swipe-action`在didUpdate时陷入死循环的问题
- 修复`vtabs`tabs数据变化没有响应的问题
## 0.3.12

@@ -2,0 +10,0 @@

@@ -32,3 +32,12 @@ var _my$getSystemInfoSync = my.getSystemInfoSync(),

},
didUpdate: function didUpdate(prevProps) {
var tabs = this.props.tabs;
if (prevProps.tabs.length !== tabs.length) {
this.setData({
tabWidth: tabs.length > 3 ? 0.25 : 1 / tabs.length
});
}
},
methods: {

@@ -35,0 +44,0 @@ handleSwiperChange: function handleSwiperChange(e) {

2

package.json
{
"name": "mini-antui",
"version": "0.3.13",
"version": "0.3.14-alpha.1",
"description": "小程序版AntUI",

@@ -5,0 +5,0 @@ "repository": {

@@ -8,3 +8,3 @@ <p align="center">

## 链接
- [mini-antui官网文档](https://docs.alipay.com/mini/component-ext/overview)
- [mini-antui官网文档](https://docs.alipay.com/mini/component-ext/overview-ext-common)
- [支付宝小程序](https://mini.open.alipay.com/channel/miniIndex.htm)

@@ -11,0 +11,0 @@ - [开发工具](https://docs.alipay.com/mini/ide/overview)

Sorry, the diff of this file is not supported yet

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