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.18

1

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

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

worksheets?: NxsExcelWorksheet[];
outputType?: "buffer" | "file";
}

@@ -52,0 +53,0 @@ export declare type GenerateExcelFileType = "string" | "base64" | "binary" | "buffer" | "file" | "array" | 'browser-file';

2

dist/excel-helpers/impl/excel-helpers-browser-exceljs.js

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

switch (_a.label) {
case 0: return [4 /*yield*/, this.generateExcelInternal(options, { outputType: 'buffer' })];
case 0: return [4 /*yield*/, this.generateExcelInternal(options, { outputType: (options === null || options === void 0 ? void 0 : options.outputType) || 'buffer' })];
case 1: return [2 /*return*/, _a.sent()];

@@ -227,0 +227,0 @@ }

{
"name": "nextalys-js-helpers",
"version": "1.0.17",
"version": "1.0.18",
"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