xlsx-style-ts
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -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; |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54
4885264
48221