Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-konva-grid

Package Overview
Dependencies
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-konva-grid - npm Package Compare versions

Comparing version 2.2.3 to 2.2.4

4

dist/Grid.js

@@ -45,3 +45,3 @@ "use strict";

columnWidth: defaultColumnWidth,
scrollbarSize: 17,
scrollbarSize: 13,
showScrollbar: true,

@@ -175,3 +175,3 @@ selectionBackgroundColor: "rgb(14, 101, 235, 0.1)",

if (deltaMode === 1) {
dy = dy * 17;
dy = dy * scrollbarSize;
}

@@ -178,0 +178,0 @@ if (!horizontalScrollRef.current || !verticalScrollRef.current)

{
"name": "react-konva-grid",
"description": "Canvas grid to render large set of tabular data with virtualization.",
"version": "2.2.3",
"version": "2.2.4",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

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