New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-simple-animate

Package Overview
Dependencies
Maintainers
2
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-simple-animate - npm Package Compare versions

Comparing version 1.4.3 to 1.4.4

12

lib/animate.js

@@ -127,8 +127,14 @@ 'use strict';

className = _props3.className,
transition = _props3.transition;
transitionValue = _props3.transition;
var style = startStyle;
var transition = transitionValue ? transitionValue : durationSeconds + 's all ' + easeType;
if (animationWillEnd) {
style = onCompleteStyle ? onCompleteStyle : endStyle;
if (onCompleteStyle) {
style = onCompleteStyle;
transition = null;
} else {
style = endStyle;
}
if (onComplete) this.onComplete();

@@ -145,3 +151,3 @@ } else if (startAnimation && !delaySeconds || delaySeconds && delayWillEnd) {

style: _extends(_extends({}, style, {
transition: transition || durationSeconds + 's all ' + easeType
transition: transition
}))

@@ -148,0 +154,0 @@ },

{
"name": "react-simple-animate",
"version": "1.4.3",
"version": "1.4.4",
"description": "react simple animate",

@@ -5,0 +5,0 @@ "main": "lib/animate.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