Socket
Socket
Sign inDemoInstall

xlrd-parser

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "xlrd-parser",
"version": "0.1.0",
"version": "0.1.1",
"main": "lib/xlrd",

@@ -5,0 +5,0 @@ "description": "High performance Excel file parser based on the xlrd library from www.python-excel.org.",

@@ -39,3 +39,3 @@ # xlrd-parser

```javascript
var xlrd = require('xlrd');
var xlrd = require('xlrd-parser');

@@ -102,3 +102,3 @@ xlrd.parse('myfile.xlsx', function (err, workbook) {

```javascript
var xlrd = require('xlrd');
var xlrd = require('xlrd-parser');

@@ -105,0 +105,0 @@ xlrd.stream('myfile.xlsx').on('open', function (workbook) {

@@ -1,2 +0,2 @@

var xlrd = require('xlrd');
var xlrd = require('xlrd-parser');

@@ -3,0 +3,0 @@ xlrd.parse('myfile.xlsx', function (err, workbook) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc