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.4.1 to 2.4.3

2

es/Animate.js

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

_this.state = {
children: toArrayChildren(getChildrenFromProps(_this.props))
children: toArrayChildren(getChildrenFromProps(props))
};

@@ -46,0 +46,0 @@

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

_this.state = {
children: (0, _ChildrenUtils.toArrayChildren)(getChildrenFromProps(_this.props))
children: (0, _ChildrenUtils.toArrayChildren)(getChildrenFromProps(props))
};

@@ -86,0 +86,0 @@

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

@@ -43,2 +43,3 @@ "keywords": [

"devDependencies": {
"core-js": "^2.5.1",
"expect.js": "0.3.x",

@@ -50,4 +51,4 @@ "jquery": "~1.11.3",

"rc-tools": "6.x",
"react": "15.x",
"react-dom": "15.x",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"velocity-animate": "~1.2.2"

@@ -54,0 +55,0 @@ },

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