Socket
Socket
Sign inDemoInstall

xlsx

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xlsx - npm Package Compare versions

Comparing version 0.10.3 to 0.10.5

4

CHANGELOG.md

@@ -8,2 +8,6 @@ # CHANGELOG

## 0.10.5 (2017-06-09)
* HTML Table output header/footer should not include `<table>` tag
## 0.10.2 (2017-05-16)

@@ -10,0 +14,0 @@

4

package.json
{
"name": "xlsx",
"version": "0.10.3",
"version": "0.10.5",
"author": "sheetjs",

@@ -21,3 +21,3 @@ "description": "Excel (XLSB/XLSX/XLS/XML) ODS and other spreadsheet format (CSV/DIF/DBF/SYLK) parser and writer",

"exit-on-epipe":"~1.0.0",
"ssf":"~0.9.3",
"ssf":"~0.9.4",
"codepage":"~1.8.0",

@@ -24,0 +24,0 @@ "cfb":"~0.11.1",

@@ -16,3 +16,3 @@ /* index.d.ts (C) 2015-present SheetJS and contributors */

export const utils: Utils;
export const utils: XLSX$Utils;
export const stream: StreamUtils;

@@ -241,4 +241,16 @@

Names?: DefinedName[];
/** Other Workbook Properties */
WBProps?: WorkbookProperties;
}
/** Other Workbook Properties */
export interface WorkbookProperties {
/** Worksheet Epoch (1904 if true, 1900 if false) */
date1904?: boolean;
/** Warn or strip personally identifying info on save */
filterPrivacy?: boolean;
}
export interface ColInfo {

@@ -564,3 +576,3 @@ /* --- visibility --- */

*/
export interface Utils {
export interface XLSX$Utils {
/* --- Import Functions --- */

@@ -567,0 +579,0 @@

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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 not supported yet

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