Socket
Socket
Sign inDemoInstall

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.3 to 3.0.0-rc.4

3

es/CSSMotion.js

@@ -112,3 +112,3 @@ import _defineProperty from 'babel-runtime/helpers/defineProperty';

if (statusStyle === false) return;
if (statusStyle === false || _this._destroyed) return;

@@ -176,2 +176,3 @@ var nextStep = void 0;

value: function componentWillUnmount() {
this._destroyed = true;
this.removeEventListener(this.$ele);

@@ -178,0 +179,0 @@ this.cancelNextFrame();

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

if (statusStyle === false) return;
if (statusStyle === false || _this._destroyed) return;

@@ -220,2 +220,3 @@ var nextStep = void 0;

value: function componentWillUnmount() {
this._destroyed = true;
this.removeEventListener(this.$ele);

@@ -222,0 +223,0 @@ this.cancelNextFrame();

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