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

rc-animate

Package Overview
Dependencies
Maintainers
3
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 3.0.0-rc.4 to 3.0.0-rc.5

2

es/AnimateChild.js

@@ -128,3 +128,3 @@ import _toArray from 'babel-runtime/helpers/toArray';

// Do next step if not animate object provided
if (!_this.currentEvent.animateObj) {
if (!_this.currentEvent || !_this.currentEvent.animateObj) {
_this.nextEvent(restQueue);

@@ -131,0 +131,0 @@ }

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

// Do next step if not animate object provided
if (!_this.currentEvent.animateObj) {
if (!_this.currentEvent || !_this.currentEvent.animateObj) {
_this.nextEvent(restQueue);

@@ -174,0 +174,0 @@ }

{
"name": "rc-animate",
"version": "3.0.0-rc.4",
"version": "3.0.0-rc.5",
"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