New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7.0 to 0.8.0-external-components.0

man/grid-components.md

2

package.json
{
"name": "@zambezi/grid",
"version": "0.7.0",
"version": "0.8.0-external-components.0",
"description": "D3 component for drawing financial grids.",

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

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

import { createProcessSizeAndClipping } from './process-size-and-clipping'
import { createRunExternalComponents } from './run-external-components'
import { createScrollers } from './scrollers'

@@ -41,2 +42,4 @@ import { createSetupGridTemplate } from './setup-grid-template'

, body = createBody()
, runExternalComponents = createRunExternalComponents()
, runExternalComponentsPre = createRunExternalComponents()
, sortRowHeaders = createSortRowHeaders()

@@ -46,3 +49,2 @@ , serverSideFilterAndSort = createExportServerSideFilterAndSort()

, autodirty = createAutoDirty()
, redispatcher = redispatch()

@@ -73,2 +75,4 @@ .from(dispatchDraw, 'draw')

.from(resize, 'wait:resizeWait')
.from(runExternalComponents, 'use')
.from(runExternalComponentsPre, 'use:usePre')
.from(serverSideFilterAndSort, 'serverSideFilterAndSort')

@@ -80,2 +84,3 @@ .from(setupTemplate, 'template')

call(() => dispatchDraw.call('draw'))
, call(runExternalComponents)
, call(createScrollers())

@@ -94,2 +99,3 @@ , call(sortRowHeaders)

, call(processRowData)
, call(runExternalComponentsPre)
, call(resize)

@@ -96,0 +102,0 @@ , call(setupTemplate)

@@ -9,2 +9,5 @@ Summary

- Extending the grid
- [Grid components](man/grid-components.md)
- Advanced

@@ -11,0 +14,0 @@ - [Nested rows](man/nested-rows.md)

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