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

streaksheet

Package Overview
Dependencies
Maintainers
1
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.3.1 to 0.3.2

9

build/src/index.js

@@ -934,3 +934,10 @@ "use strict";

columnWidth: function columnWidth(index) {
return props.columnAndOverviewData.columns[index].width;
var columns = props.columnAndOverviewData.columns;
var column = columns[index];
if (!column) {
throw new Error("Column index outside bounds of columns array; columns length: ".concat(columns.length, "; index: ").concat(index));
}
return column.width;
},

@@ -937,0 +944,0 @@ estimatedColumnWidth: (0, _sumBy["default"])(props.columnAndOverviewData.columns, function (c) {

2

package.json
{
"name": "streaksheet",
"version": "0.3.1",
"version": "0.3.2",
"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