Socket
Socket
Sign inDemoInstall

xlsx-style-fix

Package Overview
Dependencies
9
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.20 to 0.8.21

6

dist/ods.js

@@ -10,6 +10,6 @@ /* ods.js (C) 2014 SheetJS -- http://sheetjs.com */

if(typeof module !== "undefined" && typeof require !== 'undefined') try {
return require('../' + 'xlsx').utils;
return require('../xlsx').utils;
} catch(e) {
try { return require('./' + 'xlsx').utils; }
catch(ee) { return require('xl' + 'sx').utils; }
try { return require('./xlsx').utils; }
catch(ee) { return require('./xlsx').utils; }
}

@@ -16,0 +16,0 @@ throw new Error("Cannot find XLSX utils");

{
"name": "xlsx-style-fix",
"version": "0.8.20",
"version": "0.8.21",
"author": "sheetjs",

@@ -5,0 +5,0 @@ "description": "Excel (XLSB/XLSX/XLSM/XLS/XML) and ODS spreadsheet parser and writer (extended to enable read/write of cell formats with xlsx files)",

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