Socket
Socket
Sign inDemoInstall

react-smooth

Package Overview
Dependencies
50
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 0.0.7

demo/Gossip/app.js

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### 0.0.7 / 2016-02-04
===
- chore: optimize npm script commands
### 0.0.6 / 2016-02-04

@@ -2,0 +6,0 @@ ===

26

package.json
{
"name": "react-smooth",
"version": "0.0.6",
"version": "0.0.7",
"description": "react animation library",
"main": "src/index.js",
"main": "lib/index",
"jsnext:main": "es6/index",
"files": [
"*.md",
"demo",
"es6",
"lib",
"umd",
"src"

@@ -15,7 +21,10 @@ ],

"scripts": {
"test": "./node_modules/.bin/karma start --single-run",
"demo": "./node_modules/.bin/webpack-dev-server --progress --port 3000 --colors --content-base demo --hot --inline --config demo/webpack.config.js",
"test-watch": "./node_modules/.bin/karma start",
"watch": "NODE_ENV=production ./node_modules/.bin/webpack -w",
"build": "NODE_ENV=production ./node_modules/.bin/webpack"
"build": "npm run build-cjs && npm run build-es6",
"build-cjs": "rimraf lib && babel ./src -d lib",
"build-es6": "rimraf es6 && babel ./src -d es6 --blacklist=es6.modules",
"build-umd": "NODE_ENV=production webpack src/index.js umd/ReactSmooth.js",
"build-min": "NODE_ENV=production webpack -p src/index.js umd/ReactSmooth.min.js",
"test": "karma start --single-run",
"demo": "webpack-dev-server --progress --port 3000 --colors --content-base demo --hot --inline --config demo/webpack.config.js",
"test-watch": "karma start"
},

@@ -43,3 +52,3 @@ "repository": {

"devDependencies": {
"babel-register": "6.4.3",
"babel-cli": "^6.4.5",
"babel-core": "6.4.5",

@@ -54,2 +63,3 @@ "babel-eslint": "5.0.0-beta6",

"babel-preset-stage-0": "6.3.13",
"babel-register": "6.4.3",
"chai": "3.4.1",

@@ -56,0 +66,0 @@ "eslint": "1.10.3",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc