New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

xlsjs

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xlsjs - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4-a

2

bower.json

@@ -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

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