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.8 to 0.3.9

9

es/input-item/index.js

@@ -26,2 +26,5 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

},
data: {
_focus: false
},
didMount: function didMount() {

@@ -44,2 +47,5 @@ this.dataset = {};

onBlur: function onBlur(e) {
this.setData({
_focus: false
});
var event = this.fmtEvent(e);

@@ -53,2 +59,5 @@ this.props.onBlur(event);

onFocus: function onFocus(e) {
this.setData({
_focus: true
});
var event = this.fmtEvent(e);

@@ -55,0 +64,0 @@ this.props.onFocus(event);

2

package.json
{
"name": "mini-antui",
"version": "0.3.8",
"version": "0.3.9",
"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