You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

nextalys-js-helpers

Package Overview
Dependencies
Maintainers
1
Versions
450
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nextalys-js-helpers - npm Package Compare versions

Comparing version

to
1.0.19

1

dist/excel-helpers/base-excel-helpers.d.ts

@@ -30,2 +30,3 @@ export interface GetExcelWorksheetOptions {

worksheetName: string;
frozenRows?: number;
tabColor?: string;

@@ -32,0 +33,0 @@ outlineLevelCol?: number;

@@ -273,2 +273,5 @@ "use strict";

});
if (worksheetOptions.frozenRows) {
ws.views = [{ state: "frozen", xSplit: 0, ySplit: worksheetOptions.frozenRows }];
}
worksheetWrapper = { data: worksheetOptions.data, worksheet: ws };

@@ -275,0 +278,0 @@ worksheets.push(worksheetWrapper);

2

package.json
{
"name": "nextalys-js-helpers",
"version": "1.0.18",
"version": "1.0.19",
"description": "Nextalys Javascript Helpers",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet