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.8.0 to 0.9.0

4

package.json
{
"name": "@zambezi/grid",
"version": "0.8.0",
"version": "0.9.0",
"description": "D3 component for drawing financial grids.",

@@ -41,3 +41,3 @@ "keywords": [

"dependencies": {
"@zambezi/d3-utils": "^3.2.0",
"@zambezi/d3-utils": "^3.3.0",
"@zambezi/fun": "^2.0.1",

@@ -44,0 +44,0 @@ "d3-array": "^1.0.1",

@@ -25,3 +25,3 @@ import { calculateColumnLayout } from './calculate-column-layout'

import { ensureId } from './ensure-id'
import { rebind, redispatch, call, each, redraw, createResize, createAutoDirty, throttle, throttleToAnimationFrame } from '@zambezi/d3-utils'
import { rebind, redispatch, call, skipWhenHidden, each, redraw, createResize, createAutoDirty, throttle, throttleToAnimationFrame } from '@zambezi/d3-utils'

@@ -107,3 +107,3 @@ import './grid.css'

return api(autodirty(redraw(throttle(throttleToAnimationFrame(grid), 10))))
return api(autodirty(redraw(throttle(throttleToAnimationFrame(skipWhenHidden(grid)), 10))))
}

@@ -22,3 +22,3 @@ import './nested-row-expanders.css'

const cell = d3.select(this).classed('nested-expander-cell', true)
const cell = select(this).classed('nested-expander-cell', true)
, column = d.column

@@ -25,0 +25,0 @@ , value = d.value

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