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

react-motion

Package Overview
Dependencies
Maintainers
1
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.2.5 to 0.2.6

bower_components/react-motion/build/react-motion.js

2

HISTORY.md

@@ -7,3 +7,3 @@ Legend:

### 0.2.5 (July 31th 2015)
### 0.2.6 (July 31th 2015)
- [F] React-native warning's now gone, but also put into a separate file path. To require react-motion on react-native, do `require('react-motion/native')`.

@@ -10,0 +10,0 @@ - [I] Support for React 0.14.0-beta1.

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

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

"lint": "eslint --ext .js,.jsx .",
"prerelease": "babel src --out-dir lib && NODE_ENV=production webpack --config webpack.prod.config.js",
"prerelease": "babel src --out-dir lib && babel native/non-compiled.js > native/index.js && NODE_ENV=production webpack --config webpack.prod.config.js",
"karma": "karma start ./karma.conf.js",

@@ -42,0 +42,0 @@ "test": "npm run karma -- --single-run --reporters nyan",

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