Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mini-antui

Package Overview
Dependencies
Maintainers
5
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.4.34 to 0.4.35

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## 0.4.35
`2020-01-13`
- **Bug Fix**
- **popup** 组件在 iOS13 中点击可能出现穿透的情况处理;
## 0.4.34

@@ -2,0 +7,0 @@

12

es/popup/index.js

@@ -12,6 +12,14 @@ Component({

onMaskTap: function onMaskTap() {
var onClose = this.props.onClose;
var _this$props = this.props,
onClose = _this$props.onClose,
animation = _this$props.animation;
if (onClose) {
onClose();
if (animation) {
onClose();
} else {
setTimeout(function () {
onClose();
}, 200);
}
}

@@ -18,0 +26,0 @@ }

2

package.json
{
"name": "mini-antui",
"version": "0.4.34",
"version": "0.4.35",
"description": "小程序版AntUI",

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

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