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.4 to 3.3.5

2

dist/columns/checkboxColumn.js

@@ -21,3 +21,3 @@ import React, { useLayoutEffect, useRef } from 'react';

// When cell becomes focus we immediately toggle the checkbox and blur the cell by calling `stopEditing`
// Notice the `nextRow: false` to make sure the active cell does not go to the cell bellow and stays on this cell
// Notice the `nextRow: false` to make sure the active cell does not go to the cell below and stays on this cell
// This way the user can keep pressing Enter to toggle the checkbox on and off multiple times

@@ -24,0 +24,0 @@ useLayoutEffect(() => {

@@ -16,3 +16,3 @@ import * as React from 'react';

if (item.type === 'INSERT_ROW_BELLOW') {
return 'Insert row bellow';
return 'Insert row below';
}

@@ -19,0 +19,0 @@ if (item.type === 'DUPLICATE_ROW') {

{
"name": "react-datasheet-grid",
"version": "3.3.4",
"version": "3.3.5",
"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

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