Comparing version 0.13.1 to 0.13.2
@@ -7,2 +7,6 @@ # CHANGELOG | ||
## 0.13.2 (2018-07-08) | ||
* Buffer.from shim replaced, will not be defined in node `<=0.12` | ||
## 0.13.0 (2018-06-01) | ||
@@ -9,0 +13,0 @@ |
{ | ||
"name": "xlsx", | ||
"version": "0.13.1", | ||
"version": "0.13.2", | ||
"author": "sheetjs", | ||
@@ -34,4 +34,4 @@ "description": "SheetJS Spreadsheet data parser and writer", | ||
"adler-32": "~1.2.0", | ||
"cfb": "~1.0.7", | ||
"codepage": "~1.13.0", | ||
"cfb": "~1.0.8", | ||
"codepage": "~1.14.0", | ||
"commander": "~2.15.1", | ||
@@ -38,0 +38,0 @@ "crc-32": "~1.2.0", |
@@ -802,2 +802,4 @@ /* index.d.ts (C) 2015-present SheetJS and contributors */ | ||
to_html(sheet: WorkSheet, opts?: Sheet2HTMLOpts): any; | ||
/** JSON object stream, generate one row at a time */ | ||
to_json(sheet: WorkSheet, opts?: Sheet2JSONOpts): any; | ||
} |
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 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 too big to display
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
7630162
90828
2853
+ Addedcodepage@1.14.0(transitive)
- Removedcodepage@1.13.1(transitive)
Updatedcfb@~1.0.8
Updatedcodepage@~1.14.0