Socket
Socket
Sign inDemoInstall

simple-xlsx-reader

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-xlsx-reader - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

6

package.json
{
"name": "simple-xlsx-reader",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

@@ -23,5 +23,5 @@ "main": "src/index.js",

"node-expat": "^2.3.18",
"simple-xml-reader": "^1.0.0",
"simple-xml-reader": "^1.0.2",
"tmp": "^0.1.0",
"unzipper": "^0.10.0",
"unzipper": "^0.10.1",
"xlsx": "^0.14.3"

@@ -28,0 +28,0 @@ },

const unzipper = require('unzipper');
const pipe = require('multipipe')
const { Writable, Duplex, Transform } = require('stream');
const xmlParser = require('simple-xml-reader');
const { xmlParser } = require('simple-xml-reader');
const fs = require('fs');

@@ -6,0 +6,0 @@ const tmp = require('tmp');

@@ -84,3 +84,3 @@ const fs = require('fs');

// xlsx();
impl();
// impl();
// gerar();
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