react-motion
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -7,2 +7,6 @@ Legend: | ||
### 0.2.1 (July 24th 2015) | ||
- [F] Import some internal modules correctly for Ubuntu/Linux node (case-sensitive for them). | ||
- [F] Nested springs work again. | ||
### 0.2.0 (July 22th 2015) | ||
@@ -9,0 +13,0 @@ - [B] `willLeave` returning `false` will now keep the key. Only `null` and `undefined` will serve as a signal to kill the disappeared key. |
{ | ||
"name": "react-motion", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A spring that solves your animation problems.", | ||
@@ -18,6 +18,12 @@ "main": "lib/react-motion.js", | ||
"eslint-plugin-react": "^2.7.0", | ||
"expect": "^1.6.0", | ||
"isparta": "^3.0.3", | ||
"inject-loader": "^2.0.0", | ||
"isparta-loader": "^0.2.0", | ||
"karma": "^0.12.37", | ||
"karma-coverage": "^0.4.2", | ||
"karma-jasmine": "^0.3.6", | ||
"karma-nyan-reporter": "^0.2.1", | ||
"karma-phantomjs-launcher": "^0.2.0", | ||
"karma-webpack": "^1.6.0", | ||
"lodash.range": "^3.0.1", | ||
"mocha": "^2.2.5", | ||
"phantomjs": "^1.9.17", | ||
"react-hot-loader": "^1.2.8", | ||
@@ -32,5 +38,6 @@ "webpack": "^1.10.1", | ||
"prerelease": "babel src --out-dir lib && NODE_ENV=production webpack --config webpack.prod.config.js", | ||
"test": "mocha --compilers js:babel/register --recursive test", | ||
"test:dev": "npm test -- --watch", | ||
"test:cov": "`npm bin`/babel-node `npm bin`/isparta cover --report text --report html `npm bin`/_mocha -- --recursive src" | ||
"karma": "karma start ./karma.conf.js", | ||
"test": "npm run karma -- --single-run --reporters nyan", | ||
"test:dev": "npm run karma -- --no-single-run --auto-watch --reporters nyan", | ||
"test:cov": "COVERAGE=1 npm run karma -- --single-run --reporters coverage" | ||
}, | ||
@@ -37,0 +44,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
40105
17
756
0
21
1