Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xlsx-style-ts

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xlsx-style-ts - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

8

ods.js

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

var _fs, jszip;
if (typeof JSZip !== 'undefined') jszip = JSZip;
if (typeof exports !== 'undefined') {
if (typeof module !== 'undefined' && module.exports) {
jszip = __jszip.JSZip;
_fs = require('f' + 's');
}
}
var attregexg = /\b[\w:-]+=["'][^"]*['"]/g;

@@ -59,0 +51,0 @@ var tagregex = /<[^>]*>/g;

2

package.json
{
"name": "xlsx-style-ts",
"version": "1.0.7",
"version": "1.0.8",
"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)",

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