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

xlsx-to-json

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xlsx-to-json - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

2

libs/index.js

@@ -58,3 +58,3 @@ var fs = require('fs');

header.forEach(function(column, index) {
obj[column] = row[index];
obj[column] = row[index].trim();
})

@@ -61,0 +61,0 @@ record.push(obj);

{
"name": "xlsx-to-json",
"version": "0.1.1",
"version": "0.2.0",
"description": "Convert xlsx to json",

@@ -5,0 +5,0 @@ "main": "index.js",

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