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 4.1.0 to 4.1.1

2

dist/components/DataSheetGrid.js

@@ -1003,3 +1003,3 @@ "use strict";

}
else if (event.key.match(/^[a-zA-Z0-9 ,.+-]$/) &&
else if (event.key.match(/^[ -~]$/) &&
!event.ctrlKey &&

@@ -1006,0 +1006,0 @@ !event.metaKey &&

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