Socket
Socket
Sign inDemoInstall

jbash

Package Overview
Dependencies
0
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.67.0 to 1.68.0

6

index.js

@@ -1,2 +0,2 @@

// jbash - v1.67.0
// jbash - v1.68.0
// https://github.com/bradymholt/jbash#readme

@@ -106,3 +106,3 @@

} else {
process.stderr.write(msg);
process.stderr.write(msg + "\n");
}

@@ -124,3 +124,3 @@

// But, now we know the error was not handled so print the error (on stderr) before we exit.
process.stderr.write(err.message);
process.stderr.write(err.message + "\n");
exit(err.status || 1);

@@ -127,0 +127,0 @@ } else {

{
"name": "jbash",
"version": "1.67.0",
"version": "1.68.0",
"description": "Helpers for bash like shell scripting in JavaScript",

@@ -5,0 +5,0 @@ "main": "index.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