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

react-d3-core

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-d3-core - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

2

lib/axis/xaxis.js

@@ -152,3 +152,3 @@ "use strict";

xTickFormat: _react.PropTypes.func,
xTicks: _react.PropTypes.number
xTicks: _react.PropTypes.array
},

@@ -155,0 +155,0 @@ enumerable: true

@@ -151,3 +151,3 @@ "use strict";

yTickFormat: _react.PropTypes.func,
yTicks: _react.PropTypes.number
yTicks: _react.PropTypes.array
},

@@ -154,0 +154,0 @@ enumerable: true

{
"name": "react-d3-core",
"version": "0.5.1",
"version": "0.5.2",
"description": "react-d3 chart core component",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -54,3 +54,3 @@ "use strict"

xTickFormat: PropTypes.func,
xTicks: PropTypes.number
xTicks: PropTypes.array
}

@@ -57,0 +57,0 @@

@@ -54,3 +54,3 @@ "use strict"

yTickFormat: PropTypes.func,
yTicks: PropTypes.number
yTicks: PropTypes.array
}

@@ -57,0 +57,0 @@

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