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

@flourish/chart-layout

Package Overview
Dependencies
Maintainers
33
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flourish/chart-layout - npm Package Compare versions

Comparing version 9.4.3 to 9.4.4

2

package.json
{
"name": "@flourish/chart-layout",
"version": "9.4.3",
"version": "9.4.4",
"description": "Create axes",

@@ -5,0 +5,0 @@ "main": "chart-layout.js",

@@ -0,1 +1,4 @@

# 9.4.4
* Tweak calculation of default domain when forcing inclusion of 0
# 9.4.3

@@ -2,0 +5,0 @@ * Fix IE11 bug

@@ -27,2 +27,3 @@ import { scaleLinear, scaleLog, scalePoint, scaleTime } from "d3-scale";

else if (domain[1] < 0) domain[1] = 0;
domain = scaleLinear().domain(domain).nice().domain();
}

@@ -29,0 +30,0 @@ }

Sorry, the diff of this file is too big to display

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