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.0.0 to 0.0.1

.npmignore

26

package.json
{
"name": "react-motion",
"version": "0.0.0",
"description": "Placeholder",
"main": "index.js",
"version": "0.0.1",
"description": "A spring that solves your animation problems.",
"main": "Spring.jsx",
"dependencies": {
"react": ">=0.13.2"
},
"devDependencies": {
"babel": "^5.6.14",
"babel-core": "^5.2.17",
"babel-loader": "^5.0.0",
"react-hot-loader": "^1.2.7",
"webpack": "^1.8.11",
"webpack-dev-server": "^1.10.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "NODE_ENV=development node server.js",
"build": "NODE_ENV=production webpack -p",
"test": "echo \"Error: no test specified\" && exit 1",
"prerelease": "babel Spring.jsx --out-dir=lib --modules umd --module-id Spring"
},
"author": "",
"license": "ISC"
"author": "chenglou",
"license": "MIT"
}
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