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.16.0 to 0.17.0-is-ie-flag.1

2

package.json
{
"name": "@zambezi/grid",
"version": "0.16.0",
"version": "0.17.0-is-ie-flag.1",
"description": "D3 component for drawing financial grids.",

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

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

import { appendIfMissing } from '@zambezi/d3-utils'
import { defaultTemplate } from './basic-grid-template'
import { appendIfMissing } from '@zambezi/d3-utils'
import { isIE } from './is-ie'
import { select } from 'd3-selection'

@@ -28,2 +29,3 @@

target.classed('zambezi-grid', true)
.classed('is-ie', isIE)
.select(appendStirrup)

@@ -30,0 +32,0 @@ .html(template)

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