Socket
Socket
Sign inDemoInstall

rc-animate

Package Overview
Dependencies
13
Maintainers
5
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.1.1

3

es/CSSMotion.js

@@ -182,3 +182,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

if (motionDeadline > 0) {
setTimeout(function () {
_this.timer = setTimeout(function () {
_this.onMotionEnd({

@@ -232,2 +232,3 @@ deadline: true

this.cancelNextFrame();
clearTimeout(this.timer);
}

@@ -234,0 +235,0 @@ }, {

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

if (motionDeadline > 0) {
setTimeout(function () {
_this.timer = setTimeout(function () {
_this.onMotionEnd({

@@ -254,2 +254,3 @@ deadline: true

this.cancelNextFrame();
clearTimeout(this.timer);
}

@@ -256,0 +257,0 @@ }, {

{
"name": "rc-animate",
"version": "3.1.0",
"version": "3.1.1",
"description": "css-transition ui component for react",

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

"raf": "^3.4.0",
"rc-util": "^5.0.1"
"rc-util": "^4.15.3"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc