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 2.3.0 to 2.3.1

9

lib/AnimateChild.js

@@ -81,3 +81,10 @@ 'use strict';

var name = nameIsObj ? transitionName[animationType] : transitionName + '-' + animationType;
this.stopper = (0, _cssAnimation2["default"])(node, name, end);
var activeName = name + '-active';
if (nameIsObj && transitionName[animationType + 'Active']) {
activeName = transitionName[animationType + 'Active'];
}
this.stopper = (0, _cssAnimation2["default"])(node, {
name: name,
active: activeName
}, end);
} else {

@@ -84,0 +91,0 @@ this.stopper = props.animation[animationType](node, end);

4

package.json
{
"name": "rc-animate",
"version": "2.3.0",
"version": "2.3.1",
"description": "css-transition ui component for react",

@@ -55,4 +55,4 @@ "keywords": [

"dependencies": {
"css-animation": "1.x"
"css-animation": "^1.3.0"
}
}
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