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

rc-animate

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-animate - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

lib/Animate.js

@@ -228,9 +228,9 @@ 'use strict';

props.onAppear(key);
props.onEnd(key, true);
}
props.onEnd(key, true);
} else {
if (_util2['default'].isEnterSupported(props)) {
props.onEnter(key);
props.onEnd(key, true);
}
props.onEnd(key, true);
}

@@ -237,0 +237,0 @@ if (this.isMounted() && !(0, _ChildrenUtils.isSameChildren)(this.state.children, currentChildren)) {

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

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

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