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

xlsx-cli

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xlsx-cli - npm Package Compare versions

Comparing version 1.0.0 to 1.1.1

README.md

2

index.js

@@ -295,2 +295,2 @@ #!/usr/bin/env node

module.exports = run;
module.exports = run;
{
"name": "xlsx-cli",
"version": "1.0.0",
"description": "Command-line interface for SheetJS",
"main": "index.js",
"bin": {
"xlsx-cli": "./bin/xlsx.njs"
},
"dependencies": {
"commander": "^5.1.0",
"exit-on-epipe": "^1.0.1",
"fs": "^0.0.1-security",
"xlsx": "^0.16.2"
},
"devDependencies": {},
"author": "Garrett Luu",
"license": "Apache-2.0"
"name": "xlsx-cli",
"version": "1.1.1",
"author": "sheetjs",
"description": "Command-line interface for SheetJS",
"keywords": [
"excel",
"xls",
"xlsx",
"xlsb",
"xlsm",
"ods",
"csv",
"dbf",
"dif",
"sylk",
"office",
"spreadsheet"
],
"bin": {
"xlsx-cli": "./bin/xlsx.njs"
},
"main": "index.js",
"dependencies": {
"commander": "~2.17.1",
"exit-on-epipe": "~1.0.1",
"xlsx": "latest"
},
"devDependencies": {
},
"repository": {
"type": "git",
"url": "git://github.com/SheetJS/sheetjs.git"
},
"homepage": "https://sheetjs.com/",
"bugs": {
"url": "https://github.com/SheetJS/sheetjs/issues"
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.8"
}
}

Sorry, the diff of this file is not supported yet

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