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.12 to 0.3.13-alpha.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## 0.3.12
`2018-10-12`
- **Enhancement**
- `vtabs`新增`badgeType`和`badgeText`属性([#92](https://github.com/ant-mini-program/mini-antui/issues/92))
## 0.3.11

@@ -2,0 +9,0 @@

4

es/swipe-action/index.js

@@ -21,3 +21,3 @@ Component({

if (restore === true || prevData.holdSwipe === true && holdSwipe === false) {
if (restore === true && _prevProps.restore !== restore || prevData.holdSwipe === true && holdSwipe === false) {
this.setData({

@@ -37,3 +37,3 @@ leftPos: 0,

my.createSelectorQuery().select('.am-swipe-right-' + this.$id).boundingClientRect().exec(function (ret) {
_this.btnWidth = ret[0].width;
_this.btnWidth = ret && ret[0] && ret[0].width || 60;
});

@@ -40,0 +40,0 @@ },

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

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

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