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.4.5 to 0.4.6

7

CHANGELOG.md

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

## 0.4.5
`2018-11-21`
- **Enhancement**
- `popup`新增参数`zIndex`,用来指定组件层级
## 0.4.4

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

6

es/filter/filter-item/index.js

@@ -29,3 +29,3 @@ import lifecycle from '../mixins/lifecycle';

results.push({ id: id, value: value });
items.push(this);
items.push({ id: id, value: value, setData: this.setData });
this.setData({

@@ -60,3 +60,3 @@ confirmStyle: true

results.push({ id: id, value: value });
items.push(this);
items.push({ id: id, value: value, setData: this.setData });
onChange(results);

@@ -72,3 +72,3 @@ }

results.push({ id: id, value: value });
items.push(this);
items.push({ id: id, value: value, setData: this.setData });
} else {

@@ -75,0 +75,0 @@ confirmStyle = '';

{
"name": "mini-antui",
"version": "0.4.5",
"version": "0.4.6",
"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