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

recharts-scale

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recharts-scale - npm Package Compare versions

Comparing version 0.1.0-beta to 0.1.1-beta

index.html

6

History.md

@@ -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

10

package.json
{
"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

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