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.9.1 to 1.9.2

6

es/Slider/index.js

@@ -155,2 +155,5 @@ import equal from 'fast-deep-equal';

changeMoving({ changingEnd: false, changingStart: false });
if (_this.props.onAfterChange) {
_this.props.onAfterChange(_this.getValue(), fmtEvent(_this.props, e));
}
}

@@ -211,7 +214,4 @@ });

this.onTouchChanged(e, 'end');
if (this.props.onAfterChange) {
this.props.onAfterChange(this.getValue(), fmtEvent(this.props, e));
}
},
},
});

@@ -155,2 +155,5 @@ import equal from 'fast-deep-equal';

changeMoving({ changingEnd: false, changingStart: false });
if (_this.props.onAfterChange) {
_this.props.onAfterChange(_this.getValue(), fmtEvent(_this.props, e));
}
}

@@ -211,7 +214,4 @@ });

this.onTouchChanged(e, 'end');
if (this.props.onAfterChange) {
this.props.onAfterChange(this.getValue(), fmtEvent(this.props, e));
}
},
},
});
{
"name": "antd-mini",
"version": "1.9.1",
"version": "1.9.2",
"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