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.9.0 to 0.10.0-mouse-wheel.1

src/mouse-wheel.js

2

package.json
{
"name": "@zambezi/grid",
"version": "0.9.0",
"version": "0.10.0-mouse-wheel.1",
"description": "D3 component for drawing financial grids.",

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

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

import { createMeasureGridArea } from './measure-grid-area'
import { createMouseWheel } from './mouse-wheel'
import { createProcessRowData } from './process-row-data'

@@ -89,2 +90,3 @@ import { createProcessSizeAndClipping } from './process-size-and-clipping'

, each(createLayOutBodyAndOverlays())
, call(createMouseWheel())
, call(processSizeAndClipping)

@@ -91,0 +93,0 @@ , call(createMeasureGridArea())

@@ -1,2 +0,2 @@

import { fromDetail, fromTarget } from '@zambezi/d3-utils'
import { fromDetail } from '@zambezi/d3-utils'
import { isIE } from './is-ie'

@@ -38,3 +38,3 @@ import { isNumber, clone } from 'underscore'

root.on('grid-scroll.size-and-clipping', fromTarget(onGridScroll))
root.on('grid-scroll.size-and-clipping', fromDetail(onGridScroll))

@@ -41,0 +41,0 @@ measureBlocks()

@@ -98,4 +98,3 @@ import { basicPrecisionPxFormatter as px } from './basic-precision-px-formatter'

select(this)
.datum({ top, left })
.dispatch('grid-scroll', { bubbles: true })
.dispatch('grid-scroll', { bubbles: true, detail: { top, left } })
.dispatch('redraw', { bubbles: true })

@@ -102,0 +101,0 @@ }

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