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

to
3.0.6

src/hooks/useUndo.ts

4

dist/hooks/useEditable.d.ts

@@ -75,2 +75,6 @@ import React from "react";

isEditInProgress: boolean;
/**
* Currently editing cell
*/
editingCell: CellInterface | null;
}

@@ -77,0 +81,0 @@ export interface EditorProps extends CellInterface {

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

isEditInProgress: !!editingCell,
editingCell,
};

@@ -323,0 +324,0 @@ };

3

dist/types.d.ts

@@ -19,3 +19,4 @@ export declare enum KeyCodes {

PageDown = 34,
PageUp = 33
PageUp = 33,
Z = 90
}

@@ -22,0 +23,0 @@ export declare enum Direction {

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

KeyCodes[KeyCodes["PageUp"] = 33] = "PageUp";
KeyCodes[KeyCodes["Z"] = 90] = "Z";
})(KeyCodes = exports.KeyCodes || (exports.KeyCodes = {}));

@@ -26,0 +27,0 @@ var Direction;

{
"name": "react-konva-grid",
"description": "Declarative React Canvas Grid primitive for Data table, Pivot table, Excel Worksheets",
"version": "3.0.5",
"version": "3.0.6",
"main": "dist/index.js",

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

@@ -34,3 +34,4 @@ ## Declarative Canvas Grid with React Konva

- :rainbow: Full Theming and Context Support
- :feet: Fill handle support
- :anchor: Fill handle support
- :feet: Customizable undo/redo support
- :muscle: Highly customizable using [react-konva](https://github.com/konvajs/react-konva/)

@@ -37,0 +38,0 @@

@@ -20,2 +20,3 @@ export enum KeyCodes {

PageUp = 33,
Z = 90,
}

@@ -22,0 +23,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet