Socket
Socket
Sign inDemoInstall

exceljs

Package Overview
Dependencies
Maintainers
1
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exceljs - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

13

index.d.ts

@@ -880,3 +880,2 @@ declare interface Buffer extends ArrayBuffer { }

}
export interface Image {

@@ -911,4 +910,4 @@ extension: 'jpeg' | 'png' | 'gif';

export interface ImageRange {
tl: { col: number; row: number } | Anchor;
br: { col: number; row: number } | Anchor;
tl: Anchor;
br: Anchor;
}

@@ -1198,3 +1197,3 @@

*/
addRow(data: any[] | any, styleOption: string): Row;
addRow(data: any[] | any, styleOption?: string): Row;

@@ -1204,3 +1203,3 @@ /**

*/
addRows(rows: any[], styleOption: string): void;
addRows(rows: any[], styleOption?: string): void;

@@ -1211,3 +1210,3 @@ /**

*/
insertRow(pos: number, value: any[] | any, styleOption: string): Row;
insertRow(pos: number, value: any[] | any, styleOption?: string): Row;

@@ -1218,3 +1217,3 @@ /**

*/
insertRows(pos: number, values: any[], styleOption: string): void;
insertRows(pos: number, values: any[], styleOption?: string): void;

@@ -1221,0 +1220,0 @@ /**

{
"name": "exceljs",
"version": "4.1.0",
"version": "4.1.1",
"description": "Excel Workbook Manager - Read and Write xlsx and csv Files.",

@@ -145,4 +145,4 @@ "private": false,

"ts-node": "^8.9.0",
"typescript": "^3.8.3"
"typescript": "^3.9.5"
}
}

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

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

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

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

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