New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@flourish/chart-layout

Package Overview
Dependencies
Maintainers
32
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.1 to 9.4.2

2

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

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

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

# 9.4.2
* Fix background positioning
# 9.4.1

@@ -2,0 +5,0 @@ * Revert to using `obj.prop !== undefined` to determine if `prop` is in `obj`

@@ -8,7 +8,4 @@ function initBackgroundUpdating(instance, state) {

return function() {
var x_range = instance.xScale().range();
var y_range = instance.yScale().range();
var x = x_range[0];
var y = y_range[1];
var x = instance.x_left;
var y = instance.y_top;
var width = Math.max(instance.plot_width, 1);

@@ -15,0 +12,0 @@ var height = Math.max(instance.plot_height, 1);

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