Comparing version 0.7.3 to 0.7.4-a
@@ -5,3 +5,3 @@ { | ||
"main": "dist/xls.js", | ||
"version": "0.7.3", | ||
"version": "0.7.4-a", | ||
"ignore": [ | ||
@@ -8,0 +8,0 @@ "bin", |
{ | ||
"name": "xlsjs", | ||
"version": "0.7.3", | ||
"version": "0.7.4-a", | ||
"author": "sheetjs", | ||
@@ -5,0 +5,0 @@ "description": "Excel 5.0/95 and 97-2004 spreadsheet (BIFF5 XLS / BIFF8 XLS / XML 2003) parser", |
@@ -12,3 +12,3 @@ # xls | ||
In [nodejs](https://www.npmjs.org/package/xlsjs): | ||
With [npm](https://www.npmjs.org/package/xlsjs): | ||
@@ -21,3 +21,3 @@ npm install xlsjs | ||
In [bower](http://bower.io/search/?q=js-xls): | ||
With [bower](http://bower.io/search/?q=js-xls): | ||
@@ -31,3 +31,3 @@ bower install js-xls | ||
The nodejs version automatically requires modules for additional features. Some | ||
The node version automatically requires modules for additional features. Some | ||
of these modules are rather large in size and are only needed in special | ||
@@ -59,3 +59,3 @@ circumstances, so they do not ship with the core. For browser use, they must | ||
- nodejs readFile: | ||
- node readFile: | ||
@@ -142,5 +142,5 @@ ``` | ||
- <https://github.com/SheetJS/js-xls/blob/master/bin/xls.njs> nodejs | ||
- <https://github.com/SheetJS/js-xls/blob/master/bin/xls.njs> node | ||
The nodejs version installs a binary `xls` which can read XLS and XML2003 | ||
The node version installs a binary `xls` which can read XLS and XML2003 | ||
files and output the contents in various formats. The source is available at | ||
@@ -157,3 +157,3 @@ `xls.njs` in the bin directory. | ||
`XLS` is the exposed variable in the browser and the exported nodejs variable | ||
`XLS` is the exposed variable in the browser and the exported node variable | ||
@@ -318,3 +318,3 @@ `XLS.version` is the version of the library (added by the build script). | ||
- NodeJS 0.8, 0.10 (latest release), 0.11 (unstable) | ||
- NodeJS 0.8, 0.10 (latest release), 0.11.14 (unstable), io.js | ||
- IE 6/7/8/9/10/11 using Base64 mode (IE10/11 using HTML5 mode) | ||
@@ -338,3 +338,3 @@ - FF 18 using Base64 or HTML5 mode | ||
`make test` will run the nodejs-based tests. To run the in-browser tests, clone | ||
`make test` will run the node-based tests. To run the in-browser tests, clone | ||
[the oss.sheetjs.com repo](https://github.com/SheetJS/SheetJS.github.io) and | ||
@@ -341,0 +341,0 @@ replace the xls.js file (then fire up the browser and go to `stress.html`): |
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 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 not supported yet
Sorry, the diff of this file is too big to display
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
2453467
19834
0