Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

json2bash

Package Overview
Dependencies
18
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.3.2

7

json2bash.js

@@ -60,4 +60,3 @@ #!/usr/bin/env node

var appStartMessage =
`-------------------------
var appStartMessage = `-------------------------
json2bash

@@ -192,3 +191,3 @@ By Guillaume Descoteaux-Isabelle, 2022

if (argv.jsonFile != "-")
if (argv.jsonFile != "-" || argv.jsonFile != "__pipe__")
try {

@@ -501,2 +500,2 @@ var filein = argv.jsonFile //argv._[0];

return _txt;
}
}
{
"name": "json2bash",
"version": "1.3.1",
"version": "1.3.2",
"description": "A CLI to export json object to bash env. Also json array to csv",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc