Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.3.7 to 0.3.8

6

j.js
/* j -- (C) 2013-2014 SheetJS -- http://sheetjs.com */
/* vim: set ts=2: */
/*jshint node:true */
var XLSX = require('xlsx');
var XLS = require('xlsjs');
var fs = require('fs');
var XLSX = require('xl'+'sx');
var XLS = require('xl'+'sjs');
var fs = require('f'+'s');
var readFileSync = function(filename, options) {

@@ -8,0 +8,0 @@ var f = fs.readFileSync(filename);

{
"name": "j",
"version": "0.3.7",
"version": "0.3.8",
"author": "sheetjs",

@@ -10,2 +10,8 @@ "description": "CLI tool for working with XLS/XLSX/XLSM/XLSB files",

},
"files": [
"LICENSE",
"README.md",
"bin",
"j.js"
],
"main": "./j",

@@ -12,0 +18,0 @@ "dependencies": {

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