Socket
Socket
Sign inDemoInstall

rc-animate

Package Overview
Dependencies
6
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

8

lib/Animate.js

@@ -257,6 +257,2 @@ 'use strict';

} else {
if (_util2['default'].allowLeaveCallback(props)) {
props.onLeave(key);
props.onEnd(key, false);
}
if (this.isMounted() && !(0, _ChildrenUtils.isSameChildren)(this.state.children, currentChildren, props.showProp)) {

@@ -267,2 +263,6 @@ this.setState({

}
if (_util2['default'].allowLeaveCallback(props)) {
props.onLeave(key);
props.onEnd(key, false);
}
}

@@ -269,0 +269,0 @@ },

{
"name": "rc-animate",
"version": "2.0.3",
"version": "2.0.4",
"description": "css-transition ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc