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

streaksheet

Package Overview
Dependencies
Maintainers
5
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.10.9 to 0.10.10

8

dist/src/index.d.ts

@@ -137,2 +137,8 @@ import * as React from 'react';

}): void;
/**
* This API gives you a chance to get a ref to the edited cell
* through {@link StreakSheetRef.getEditedCell} and call a method on it before
* the cell exits edit mode so that it can commit a changed value before
* re-rendering in non-edit mode.
*/
onExitEditMode?(event: {

@@ -158,2 +164,4 @@ keys: CellKeys;

rowHoveredClassName?: string;
/** Elements to show below the spreadsheet within its scrollable area. */
footer?: React.ReactNode;
}

@@ -160,0 +168,0 @@ interface GroupBarProps {

1

dist/src/internalTypes.d.ts

@@ -126,3 +126,4 @@ import type { ComponentType } from 'react';

getEffectiveSectionRowCount: (section: Section) => number;
footer?: React.ReactNode;
}
export {};

2

package.json
{
"name": "streaksheet",
"version": "0.10.9",
"version": "0.10.10",
"author": "Chris Cowan <agentme49@gmail.com>",

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

@@ -33,4 +33,2 @@ # StreakSheet

NOTE for users: if you pass a React synthetic event as 3rd parameter, call .persist() on it first. (This will be unnecessary in React 17+.)
## Cell Event Handling

@@ -37,0 +35,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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