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

@zambezi/grid

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zambezi/grid - npm Package Compare versions

Comparing version 0.15.0-horizontal-stacking-grid.3 to 0.15.0-horizontal-stacking-grid.4

2

package.json
{
"name": "@zambezi/grid",
"version": "0.15.0-horizontal-stacking-grid.3",
"version": "0.15.0-horizontal-stacking-grid.4",
"description": "D3 component for drawing financial grids.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -79,2 +79,3 @@ import { appendIfMissing, each, rebind, forward, redispatch } from '@zambezi/d3-utils'

}
}

@@ -88,6 +89,7 @@

, targetMaster = select(this)
, host = select(this.parentElement)
d.rows.free = chunks.shift()
const update = target.selectAll('.grid-page.slave-grid')
const update = host.selectAll('.grid-page.slave-grid')
.data(chunks)

@@ -98,4 +100,4 @@ , enter = update.enter()

, scrollLeft = target.property('scrollLeft')
, { width } = target.node().getBoundingClientRect()
, scrollLeft = host.property('scrollLeft')
, { width } = host.node().getBoundingClientRect()
, left = scrollLeft

@@ -102,0 +104,0 @@ , right = scrollLeft + width

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

Sorry, the diff of this file is not supported yet

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