Huge News!Announcing our $40M Series B led by Abstract Ventures.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.17.3 to 7.0.0-canary.17.4

2

lib/Cell.js

@@ -50,5 +50,5 @@ var __assign = (this && this.__assign) || function () {

return (React.createElement("div", __assign({ ref: ref, className: className, style: __assign(__assign({}, style), { width: column.width, left: column.left }), onClick: wrapEvent(handleCellClick, onClick), onDoubleClick: wrapEvent(handleCellDoubleClick, onDoubleClick), onContextMenu: wrapEvent(handleCellContextMenu, onContextMenu), onDragOver: wrapEvent(preventDefault, onDragOver) }, props),
React.createElement(column.formatter, { style: __assign(__assign({}, style), { width: column.width, left: column.left }), column: column, rowIdx: rowIdx, row: row, isRowSelected: isRowSelected, onRowSelectionChange: onRowSelectionChange })));
React.createElement(column.formatter, { column: column, rowIdx: rowIdx, row: row, isRowSelected: isRowSelected, onRowSelectionChange: onRowSelectionChange })));
}
export default memo(forwardRef(Cell));
//# sourceMappingURL=Cell.js.map

@@ -67,3 +67,2 @@ import { KeyboardEvent } from 'react';

export interface FormatterProps<TRow = any, TSummaryRow = any> {
style: React.CSSProperties;
rowIdx: number;

@@ -70,0 +69,0 @@ column: CalculatedColumn<TRow, TSummaryRow>;

{
"name": "react-data-grid-temp",
"version": "7.0.0-canary.17.3",
"version": "7.0.0-canary.17.4",
"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