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.13.1 to 0.13.2

8

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

@@ -15,2 +15,3 @@ "keywords": [

"test": "mocha",
"start": "npm run watch",
"pretest": "npm run clean && npm run build",

@@ -37,5 +38,6 @@ "prepublish": "npm test"

"rimraf": "2.5.3",
"rollup": "0.26.3",
"rollup": "0.34.10",
"rollup-plugin-babel": "2.3.9",
"rollup-plugin-postcss": "0.1.1"
"rollup-plugin-postcss": "0.1.1",
"rollup-watch": "^2.5.0"
},

@@ -42,0 +44,0 @@ "dependencies": {

@@ -260,10 +260,10 @@ import { columnDragTargetLayout as dragTargetLayout } from './column-drag-target-layout'

}
function clearHighlightTransition(d, i) {
if (this !== s.node()) return
sheet(
cellSelector(d.column)
, { animationName: '', webkitAnimationName: '' }
)
}
}
function clearHighlightTransition(d, i) {
sheet(
cellSelector(d.column)
, { animationName: '', webkitAnimationName: '' }
)
}
}

@@ -270,0 +270,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