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

react-d3-core

Package Overview
Dependencies
Maintainers
2
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 1.2.2 to 1.2.3

6

lib/utils/scale.js

@@ -41,9 +41,9 @@ 'use strict';

if (scale === 'band' && (bandPaddingInner || bandPaddingOuter)) {
if (scale === 'band') {
func.round(true);
if (bandPaddingInner) func.paddingInner(bandPaddingInner);
if (bandPaddingInner) func.paddingInner(bandPaddingInner);else func.paddingInner(.1);
if (bandPaddingOuter) func.paddingOuter(bandPaddingOuter);
if (bandPaddingOuter) func.paddingOuter(bandPaddingOuter);else func.paddingOuter(.1);
}

@@ -50,0 +50,0 @@

{
"name": "react-d3-core",
"version": "1.2.2",
"version": "1.2.3",
"description": "react-d3 chart core component",

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

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