Socket
Socket
Sign inDemoInstall

rc-animate

Package Overview
Dependencies
18
Maintainers
4
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.10.1 to 2.10.2

3

es/Animate.js

@@ -9,2 +9,3 @@ import _extends from 'babel-runtime/helpers/extends';

import PropTypes from 'prop-types';
import unsafeLifecyclesPolyfill from 'rc-util/es/unsafeLifecyclesPolyfill';
import { toArrayChildren, mergeChildren, findShownChildInChildrenByKey, findChildInChildrenByKey, isSameChildren } from './ChildrenUtils';

@@ -354,2 +355,2 @@ import AnimateChild from './AnimateChild';

export default Animate;
export default unsafeLifecyclesPolyfill(Animate);
# History
----
## 2.10.2 / 2019-11-09
- There should not be any lifecycle warning now!
## 2.10.0 / 2019-08-27

@@ -34,2 +38,2 @@

- make onEnter/onLeave/onAppear async
- make onEnter/onLeave/onAppear async

@@ -39,2 +39,6 @@ 'use strict';

var _unsafeLifecyclesPolyfill = require('rc-util/lib/unsafeLifecyclesPolyfill');
var _unsafeLifecyclesPolyfill2 = _interopRequireDefault(_unsafeLifecyclesPolyfill);
var _ChildrenUtils = require('./ChildrenUtils');

@@ -391,3 +395,3 @@

exports['default'] = Animate;
exports['default'] = (0, _unsafeLifecyclesPolyfill2['default'])(Animate);
module.exports = exports['default'];
{
"name": "rc-animate",
"version": "2.10.1",
"version": "2.10.2",
"description": "css-transition ui component for react",

@@ -64,5 +64,5 @@ "keywords": [

"raf": "^3.4.0",
"rc-util": "^4.8.0",
"rc-util": "^4.15.3",
"react-lifecycles-compat": "^3.0.4"
}
}
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