New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rowsncolumns/grid

Package Overview
Dependencies
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rowsncolumns/grid - npm Package Compare versions

Comparing version 6.0.2 to 6.0.4

2

dist/hooks/useEditable.d.ts

@@ -91,3 +91,3 @@ import React from "react";

selectionRightBound?: number;
onKeyDown?: (e: React.KeyboardEvent<HTMLInputElement | HTMLTextAreaElement>) => void;
onKeyDown?: (e: React.KeyboardEvent<HTMLInputElement | HTMLTextAreaElement | HTMLDivElement>) => void;
onBeforeEdit?: (coords: CellInterface) => void;

@@ -94,0 +94,0 @@ }

@@ -360,5 +360,2 @@ "use strict";

return;
if (newValue === value) {
return;
}
/* Check if the value has changed. Used to conditionally submit if editor is not in focus */

@@ -365,0 +362,0 @@ isDirtyRef.current = newValue !== value;

{
"name": "@rowsncolumns/grid",
"description": "Declarative React Canvas Grid primitive for Data table, Pivot table, Excel Worksheets",
"version": "6.0.2",
"version": "6.0.4",
"main": "dist/index.js",

@@ -46,3 +46,3 @@ "license": "MIT",

},
"gitHead": "bc82393ba59a377c1dd4ef7dd3c098b781ec9503"
"gitHead": "942ff958a4bf86a58698b5950eb1582e6ae427b4"
}

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