Socket
Socket
Sign inDemoInstall

j

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

j - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

8

j.js

@@ -78,3 +78,3 @@ /* j -- (C) 2013-2014 SheetJS -- http://sheetjs.com */

var val, r, hdr, R, C, _XL = XL || XLS;
if(!XL.utils.format_cell) XL = XLSX;
if(!_XL.utils.format_cell) _XL = XLSX;
hdr = [];

@@ -86,3 +86,3 @@ if(!sheet["!ref"]) return hdr;

if(val == null) continue;
hdr[C] = val.w !== undefined ? val.w : _XL.utils.format_cell ? XL.utils.format_cell(val) : val.v;
hdr[C] = val.w !== undefined ? val.w : _XL.utils.format_cell ? _XL.utils.format_cell(val) : val.v;
}

@@ -303,4 +303,4 @@ return hdr;

function to_socialcalc(w, FS, RS) {
var XL = w[0], workbook = w[1];
function to_socialcalc(w) {
var workbook = w[1];
var result = {};

@@ -307,0 +307,0 @@ workbook.SheetNames.forEach(function(sheetName) {

{
"name": "j",
"version": "0.4.0",
"version": "0.4.1",
"author": "sheetjs",

@@ -20,3 +20,3 @@ "description": "CLI tool for working with XLS/XLSX/XLSM/XLSB files",

"xlsx": "~0.7.10",
"harb": "~0.0.2",
"harb": "~0.0.3",
"concat-stream":"",

@@ -23,0 +23,0 @@ "commander":""

@@ -24,2 +24,3 @@ # J

| CSV / TSV | JS-HARB |
| SYLK (Symbolic Link) | JS-HARB |
| SocialCalc | JS-HARB |

@@ -26,0 +27,0 @@

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