Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

streaksheet

Package Overview
Dependencies
Maintainers
4
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

streaksheet - npm Package Compare versions

Comparing version 0.9.9 to 0.9.10

7

build/src/CellContainer.js

@@ -66,2 +66,3 @@ "use strict";

var isEditing = false;
var isRowSelected = false;

@@ -73,2 +74,3 @@ if ((keys === null || keys === void 0 ? void 0 : keys.type) === 'ROW_DATA_CELL') {

rowKey = keys.rowKey;
isRowSelected = selectedRowsManager.isRowSelected(sectionKey, rowKey);

@@ -125,3 +127,3 @@ if ((cellBeingEdited === null || cellBeingEdited === void 0 ? void 0 : cellBeingEdited.type) === 'ROW_DATA_CELL') {

isEditing: isEditing,
isRowSelected: selectedRowsManager.isRowSelected(sectionKey, rowKey),
isRowSelected: isRowSelected,
setEditing: setEditing,

@@ -151,3 +153,4 @@ rowData: rowData,

columnIndex: columnIndex,
rowIndex: rowIndex
rowIndex: rowIndex,
isRowSelected: isRowSelected
});

@@ -154,0 +157,0 @@ var cellStyle = isEditing ? data.styles.cellEditMode(_objectSpread(_objectSpread({}, cellStyle0), {}, {

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

rowIndex: number;
isRowSelected: boolean;
}) => CSSProperties;

@@ -66,0 +67,0 @@ cellEditMode: (base: CSSProperties) => CSSProperties;

{
"name": "streaksheet",
"version": "0.9.9",
"version": "0.9.10",
"author": "Chris Cowan <agentme49@gmail.com>",

@@ -5,0 +5,0 @@ "license": "MIT",

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