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

react-data-grid-temp

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-data-grid-temp - npm Package Compare versions

Comparing version 7.0.0-canary.22.1 to 7.0.0-canary.22.2

2

lib/DataGrid.d.ts

@@ -34,3 +34,3 @@ import React from 'react';

*/
onRowsUpdate?: <E extends RowsUpdateEvent>(event: E) => void;
onRowsUpdate?: <E extends RowsUpdateEvent>(event: E) => Promise<boolean>;
onRowsChange?: (rows: R[]) => void;

@@ -37,0 +37,0 @@ /**

@@ -325,4 +325,7 @@ var __assign = (this && this.__assign) || function () {

action: UpdateActions.CELL_UPDATE
}).then(function (result) {
if (result !== false) {
closeEditor();
}
});
closeEditor();
}

@@ -329,0 +332,0 @@ function commitEditor2Changes() {

@@ -25,4 +25,7 @@ var __assign = (this && this.__assign) || function () {

array[currentIndex] = swap;
currentIndex = nextIndex;
}
currentIndex = nextIndex;
else {
break;
}
}

@@ -29,0 +32,0 @@ }

{
"name": "react-data-grid-temp",
"version": "7.0.0-canary.22.1",
"version": "7.0.0-canary.22.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like",

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