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 2.0.9 to 2.0.10

4

dist/components/DataSheetGrid.js

@@ -460,3 +460,5 @@ "use strict";

clipBoardData = (_f = (_e = event.clipboardData) === null || _e === void 0 ? void 0 : _e.getData('text')) !== null && _f !== void 0 ? _f : (_g = event.clipboardData) === null || _g === void 0 ? void 0 : _g.getData('text/plain');
pasteData = clipBoardData ? copyPasting_1.parseData(clipBoardData) : [];
pasteData = typeof clipBoardData === 'string'
? copyPasting_1.parseData(clipBoardData)
: [['']];
min = (selection === null || selection === void 0 ? void 0 : selection.min) || activeCell;

@@ -463,0 +465,0 @@ max = (selection === null || selection === void 0 ? void 0 : selection.max) || activeCell;

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