Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-motion

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-motion - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

bower.json
{
"name": "react-motion",
"version": "0.4.7",
"version": "0.5.1",
"homepage": "https://github.com/chenglou/react-motion",

@@ -5,0 +5,0 @@ "authors": [

@@ -6,2 +6,19 @@ Legend:

### 0.5.1 (August 28th 2017)
- [F] New flow definitions, fixes children typing.
### 0.5.0 (April 26th 2017)
- [B] Dropping support for older React. Currently supported versions are `^0.14.9` || `^15.3.0`
- [I] Upgraded all React components to use ES6 classes
- [I] Replace React.PropTypes with prop-types package
### 0.4.8 (April 17th 2017)
- [I] Externalize stripStyle #452 by @bearcott
- [I] Migrated deprecated React.PropTypes and React.createClass #446 by @Andarist
- [F] Fix link to TypeScript types #443 by @pshrmn
- [F] Refactored demo and fixed flow check errors #435 by @therewillbecode
- [F] Fix broken link #430 by @codler
- [F] Unmounted component setState fix #420 by @alleycat-at-git
### 0.4.7 (December 15th 2016)

@@ -8,0 +25,0 @@ - [I] `didLeave` for `TransitionMotion`! Please check the README for more.

@@ -7,4 +7,4 @@

/*::
import type React from 'react';
export type ReactElement = React.Element<*>;
import type {Element} from 'react';
export type ReactElement = Element<*>;
*/

@@ -11,0 +11,0 @@

{
"name": "react-motion",
"version": "0.5.0",
"version": "0.5.1",
"description": "A spring that solves your animation problems.",

@@ -23,3 +23,3 @@ "main": "lib/react-motion.js",

"eslint-plugin-react": "^6.3.0",
"flow-bin": "^0.32.0",
"flow-bin": "^0.53.1",
"flow-copy-source": "^1.1.0",

@@ -73,3 +73,6 @@ "inject-loader": "^2.0.1",

],
"author": "chenglou",
"author": [
"nkbt",
"chenglou"
],
"license": "MIT",

@@ -76,0 +79,0 @@ "dependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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