Socket
Socket
Sign inDemoInstall

xlsx

Package Overview
Dependencies
125
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.17.1 to 0.17.2

xlsx.esm.mjs

2

bower.json
{
"name": "js-xlsx",
"homepage": "https://github.com/SheetJS/js-xlsx",
"main": "dist/xlsx.full.min.js",
"main": ["jszip.js", "xlsx.js"],
"ignore": [

@@ -6,0 +6,0 @@ "bin",

@@ -7,2 +7,7 @@ # CHANGELOG

## v0.17.2
* Browser and Node optional ESM support
* DSV correct handling of bare quotes (h/t @bgamrat)
## v0.17.1

@@ -12,2 +17,8 @@

## 0.17.0:
* mini build includes ODS parse/write support
* DBF explicitly cap worksheet to 1<<20 rows
* XLS throw errors on truncated records
## v0.16.2

@@ -14,0 +25,0 @@

{
"name": "xlsx",
"version": "0.17.1",
"version": "0.17.2",
"author": "sheetjs",

@@ -23,6 +23,6 @@ "description": "SheetJS Spreadsheet data parser and writer",

},
"main": "./xlsx",
"unpkg": "dist/xlsx.min.js",
"jsdelivr": "dist/xlsx.min.js",
"types": "types",
"main": "xlsx.js",
"unpkg": "dist/xlsx.full.min.js",
"jsdelivr": "dist/xlsx.full.min.js",
"types": "types/index.d.ts",
"browser": {

@@ -45,3 +45,3 @@ "buffer": false,

"wmf": "~1.0.1",
"word": "~0.3.0"
"word": "~0.4.0"
},

@@ -83,2 +83,3 @@ "devDependencies": {

"allow": [
"chinese",
"special",

@@ -85,0 +86,0 @@ "simple",

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

/** Custom workbook Properties */
Custprops?: object;
Custprops?: any;

@@ -259,0 +259,0 @@ Workbook?: WBProps;

/* xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */
importScripts('shim.js');
importScripts('dist/shim.js');
/* uncomment the next line for encoding support */

@@ -4,0 +4,0 @@ importScripts('dist/cpexcel.js');

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc