New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 3.1.1 to 3.1.2

17

dist/Grid.js

@@ -1188,2 +1188,3 @@ "use strict";

transform: `translate(-${scrollLeft + frozenColumnWidth}px, -${scrollTop + frozenRowHeight}px)`,
pointerEvents: "none",
} },

@@ -1195,3 +1196,3 @@ borderStylesCells,

fillhandleComponent)),
react_1.default.createElement("div", { style: {
frozenColumns ? (react_1.default.createElement("div", { style: {
position: "absolute",

@@ -1203,3 +1204,2 @@ width: frozenColumnWidth + fillHandleWidth,

overflow: "hidden",
pointerEvents: "none",
} },

@@ -1212,4 +1212,4 @@ react_1.default.createElement("div", { style: {

activeCellSelectionFrozenColumn,
fillhandleComponent)),
react_1.default.createElement("div", { style: {
fillhandleComponent))) : null,
frozenRows ? (react_1.default.createElement("div", { style: {
position: "absolute",

@@ -1221,3 +1221,2 @@ height: frozenRowHeight + fillHandleWidth,

overflow: "hidden",
pointerEvents: "none",
} },

@@ -1230,4 +1229,4 @@ react_1.default.createElement("div", { style: {

activeCellSelectionFrozenRow,
fillhandleComponent)),
react_1.default.createElement("div", { style: {
fillhandleComponent))) : null,
frozenRows && frozenColumns ? (react_1.default.createElement("div", { style: {
position: "absolute",

@@ -1243,7 +1242,7 @@ height: frozenRowHeight + fillHandleWidth,

activeCellSelectionFrozenIntersection,
fillhandleComponent)));
fillhandleComponent)) : null));
return (react_1.default.createElement("div", { style: {
position: "relative",
width: containerWidth,
touchAction: "none",
userSelect: "none",
} },

@@ -1250,0 +1249,0 @@ react_1.default.createElement("div", Object.assign({ tabIndex: 0, ref: containerRef }, rest),

{
"name": "react-konva-grid",
"description": "Declarative React Canvas Grid primitive for Data table, Pivot table, Excel Worksheets",
"version": "3.1.1",
"version": "3.1.2",
"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