recharts-scale
Advanced tools
Comparing version 0.1.0-beta to 0.1.1-beta
@@ -1,4 +0,8 @@ | ||
0.0.1 / 2015-08-24 | ||
0.1.1-beta / 2015-11-04 | ||
================== | ||
* refactor: remove unneed linea && ordinal scale function | ||
0.1.0-beta / 2015-08-24 | ||
================== | ||
* test(index) add test of getTickValues | ||
* fix(tickCount) fix the length of getTickValues' result not equal to setting |
{ | ||
"name": "recharts-scale", | ||
"version": "0.1.0-beta", | ||
"version": "0.1.1-beta", | ||
"description": "Scale of Cartesian Coordinates", | ||
@@ -26,3 +26,2 @@ "main": "index.js", | ||
"eslint-config-airbnb": "0.0.8", | ||
"eslint-plugin-react": "^3.2.3", | ||
"isparta": "^3.0.3", | ||
@@ -34,5 +33,8 @@ "mocha": "^2.2.5" | ||
"test-cov": "./node_modules/.bin/babel-node ./node_modules/.bin/isparta cover --report html --report text node_modules/.bin/_mocha", | ||
"lint": "./node_modules/.bin/eslint index.js test" | ||
"lint": "./node_modules/.bin/eslint src test" | ||
}, | ||
"license": "MIT" | ||
"license": "MIT", | ||
"dependencies": { | ||
"ramda": "^0.17.1" | ||
} | ||
} |
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
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
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
759014
8
15
8210
1
1
+ Addedramda@^0.17.1
+ Addedramda@0.17.1(transitive)