Socket
Socket
Sign inDemoInstall

xlsx-parse-stream

Package Overview
Dependencies
10
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

index.js

@@ -12,3 +12,3 @@ /* eslint-disable no-loops/no-loops */

if (isEnded && err.message === 'FILE_ENDED') return
if (err.message && err.message.indexOf('invalid signature') !== -1) {
if (err.message && err.message.includes('invalid signature')) {
err = new Error('Legacy XLS files are not supported, use an XLSX file instead!')

@@ -15,0 +15,0 @@ }

{
"name": "xlsx-parse-stream",
"version": "1.0.2",
"version": "1.0.3",
"description": "Streaming XLSX parser for node ",

@@ -22,3 +22,4 @@ "main": "index.js",

"duplexify": "^4.0.0",
"exceljs": "github:contra/exceljs#fix-streams"
"exceljs": "github:yocontra/exceljs#fix-streams",
"unzipper": "github:kinolaev/node-unzipper#patch-1"
},

@@ -25,0 +26,0 @@ "devDependencies": {

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