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

json2bash

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json2bash - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

2

json2bash.js

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

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

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

{
"name": "json2bash",
"version": "1.3.2",
"version": "1.3.3",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc