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.1 to 1.4.2

2

lib/animate.js

@@ -65,3 +65,3 @@ 'use strict';

// only situation that should trigger a re-render
return nextProps.startAnimation !== this.props.startAnimation || nextProps.children !== this.props.children || nextState.animationWillEnd !== this.state.animationWillEnd || nextState.delayWillEnd !== this.state.delayWillEnd || !!nextProps.forceUpdate;
return JSON.stringify(nextProps.startStyle) !== JSON.stringify(this.props.startStyle) || JSON.stringify(nextProps.endStyle) !== JSON.stringify(this.props.endStyle) || nextProps.startAnimation !== this.props.startAnimation || nextProps.children !== this.props.children || nextState.animationWillEnd !== this.state.animationWillEnd || nextState.delayWillEnd !== this.state.delayWillEnd || !!nextProps.forceUpdate;
}

@@ -68,0 +68,0 @@ }, {

{
"name": "react-simple-animate",
"version": "1.4.1",
"version": "1.4.2",
"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