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

antd-mini

Package Overview
Dependencies
Maintainers
4
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antd-mini - npm Package Compare versions

Comparing version 1.10.5 to 1.10.6

2

es/Form/FormTextarea/index.js

@@ -31,3 +31,3 @@ import { __assign } from "tslib";

onFocus: function (value, e) {
if (this.props.onChange) {
if (this.props.onFocus) {
this.props.onFocus(value, fmtEvent(this.props, e));

@@ -34,0 +34,0 @@ }

@@ -31,3 +31,3 @@ import { __assign } from "tslib";

onFocus: function (value, e) {
if (this.props.onChange) {
if (this.props.onFocus) {
this.props.onFocus(value, fmtEvent(this.props, e));

@@ -34,0 +34,0 @@ }

{
"name": "antd-mini",
"version": "1.10.5",
"version": "1.10.6",
"scripts": {

@@ -5,0 +5,0 @@ "dev": "node ./scripts/dev.js",

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