New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.12 to 0.9.13

2

build/src/CellContainer.js

@@ -76,3 +76,3 @@ "use strict";

if ((cellBeingEdited === null || cellBeingEdited === void 0 ? void 0 : cellBeingEdited.type) === 'ROW_DATA_CELL') {
isEditing = keys.rowKey === cellBeingEdited.rowKey && keys.columnKey === cellBeingEdited.columnKey;
isEditing = keys.rowKey === cellBeingEdited.rowKey && keys.columnKey === cellBeingEdited.columnKey && keys.sectionKey === cellBeingEdited.sectionKey;
} else {

@@ -79,0 +79,0 @@ isEditing = false;

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

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

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