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.18.4 to 0.18.5

dist/xlsx.zahl.js

13

CHANGELOG.md

@@ -7,4 +7,17 @@ # CHANGELOG

## v0.18.5
* Enabled `sideEffects: false` in package.json
* Basic NUMBERS write support
## v0.18.4
* CSV output omits trailing record separator
* Properly terminate NodeJS Streams
* DBF preserve column types on import and use when applicable on export
## v0.18.3
* Removed references to `require` and `process` in browser builds
## v0.18.2

@@ -11,0 +24,0 @@

5

package.json
{
"name": "xlsx",
"version": "0.18.4",
"version": "0.18.5",
"author": "sheetjs",

@@ -35,2 +35,3 @@ "description": "SheetJS Spreadsheet data parser and writer",

},
"sideEffects": false,
"dependencies": {

@@ -49,3 +50,3 @@ "adler-32": "~1.3.0",

"acorn": "7.4.1",
"alex": "^9.1.0",
"alex": "8.1.1",
"blanket": "~1.2.3",

@@ -52,0 +53,0 @@ "commander": "~2.17.1",

@@ -263,2 +263,5 @@ /* index.d.ts (C) 2015-present SheetJS and contributors */

Props?: Properties;
/** Base64 encoding of NUMBERS base for exports */
numbers?: string;
}

@@ -843,3 +846,3 @@

/** Append a worksheet to a workbook */
book_append_sheet(workbook: WorkBook, worksheet: WorkSheet, name?: string): void;
book_append_sheet(workbook: WorkBook, worksheet: WorkSheet, name?: string, roll?: boolean): void;

@@ -846,0 +849,0 @@ /** Set sheet visibility (visible/hidden/very hidden) */

bin/xlsx.njs

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

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

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