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.1.3 to 0.1.4

34

lib/axis/yaxis.js

@@ -130,19 +130,19 @@ "use strict";

value: {
height: PropTypes.number.isRequired,
width: PropTypes.number.isRequired,
margins: PropTypes.object.isRequired,
showXAxis: PropTypes.bool,
y: PropTypes.func.isRequired,
yDomain: PropTypes.array,
yRange: PropTypes.array,
yScale: PropTypes.string.isRequired,
yOrient: PropTypes.oneOf(['left', 'right']),
yTickOrient: PropTypes.oneOf(['left', 'right']),
yAxisClassName: PropTypes.string,
yInnerTickSize: PropTypes.number,
yOuterTickSize: PropTypes.number,
yTickPadding: PropTypes.number,
yTickFormat: PropTypes.func,
yTicks: PropTypes.number,
setScale: PropTypes.func
height: _react.PropTypes.number.isRequired,
width: _react.PropTypes.number.isRequired,
margins: _react.PropTypes.object.isRequired,
showXAxis: _react.PropTypes.bool,
y: _react.PropTypes.func.isRequired,
yDomain: _react.PropTypes.array,
yRange: _react.PropTypes.array,
yScale: _react.PropTypes.string.isRequired,
yOrient: _react.PropTypes.oneOf(['left', 'right']),
yTickOrient: _react.PropTypes.oneOf(['left', 'right']),
yAxisClassName: _react.PropTypes.string,
yInnerTickSize: _react.PropTypes.number,
yOuterTickSize: _react.PropTypes.number,
yTickPadding: _react.PropTypes.number,
yTickFormat: _react.PropTypes.func,
yTicks: _react.PropTypes.number,
setScale: _react.PropTypes.func
},

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

{
"name": "react-d3-core",
"version": "0.1.3",
"version": "0.1.4",
"description": "react chart core component",

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

@@ -5,3 +5,4 @@ "use strict"

default as React,
Component
Component,
PropTypes
} from 'react';

@@ -8,0 +9,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