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 2.5.0 to 2.5.1

8

es/Animate.js

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

import AnimateChild from './AnimateChild';
import CSSMotion from './CSSMotion';
import animUtil from './util/animate';

@@ -30,7 +31,7 @@

export { CSSMotion };
var Animate = function (_React$Component) {
_inherits(Animate, _React$Component);
// eslint-disable-line
function Animate(props) {

@@ -53,3 +54,3 @@ _classCallCheck(this, Animate);

return _this;
}
} // eslint-disable-line

@@ -248,2 +249,3 @@ _createClass(Animate, [{

Animate.isAnimate = true;
Animate.CSSMotion = CSSMotion;
Animate.propTypes = {

@@ -250,0 +252,0 @@ component: PropTypes.any,

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

});
exports.CSSMotion = undefined;

@@ -46,2 +47,6 @@ var _extends2 = require('babel-runtime/helpers/extends');

var _CSSMotion = require('./CSSMotion');
var _CSSMotion2 = _interopRequireDefault(_CSSMotion);
var _animate = require('./util/animate');

@@ -69,7 +74,7 @@

exports.CSSMotion = _CSSMotion2['default'];
var Animate = function (_React$Component) {
(0, _inherits3['default'])(Animate, _React$Component);
// eslint-disable-line
function Animate(props) {

@@ -92,3 +97,3 @@ (0, _classCallCheck3['default'])(this, Animate);

return _this;
}
} // eslint-disable-line

@@ -286,2 +291,3 @@ (0, _createClass3['default'])(Animate, [{

Animate.isAnimate = true;
Animate.CSSMotion = _CSSMotion2['default'];
Animate.propTypes = {

@@ -393,3 +399,2 @@ component: _propTypes2['default'].any,

exports['default'] = Animate;
module.exports = exports['default'];
exports['default'] = Animate;
{
"name": "rc-animate",
"version": "2.5.0",
"version": "2.5.1",
"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