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

react-datasheet-grid

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-datasheet-grid - npm Package Compare versions

Comparing version 3.3.3 to 3.3.4

7

dist/utils/typeCheck.js

@@ -18,4 +18,7 @@ export const getCell = (value, colMax, rowMax, columns) => {

};
export const getCellWithId = (cell, columns) => cell
? Object.assign(Object.assign({}, cell), { colId: columns[cell.col + 1].id }) : null;
export const getCellWithId = (cell, columns) => {
var _a;
return cell
? Object.assign(Object.assign({}, cell), { colId: (_a = columns[cell.col + 1]) === null || _a === void 0 ? void 0 : _a.id }) : null;
};
export const getSelection = (value, colMax, rowMax, columns) => {

@@ -22,0 +25,0 @@ if (value === null || !colMax || !rowMax) {

{
"name": "react-datasheet-grid",
"version": "3.3.3",
"version": "3.3.4",
"description": "An Excel-like React component to create beautiful spreadsheets.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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