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

jsh

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsh - npm Package Compare versions

Comparing version 0.29.0 to 0.30.0

6

dist/index.d.ts

@@ -6,7 +6,7 @@ /// <reference types="node" />

/**
* Echos error message and then exists with the specified exit code (defaults to 1)
* @param errorMessage
* Echos error message to stdout and then exits with the specified exit code (defaults to 1)
* @param error The error message string or Error object to print
* @param exitCode
*/
declare const _error: (errorMessage: string, exitCode?: number) => never;
declare const _error: (error: string | Error, exitCode?: number) => never;
declare const _usage: {

@@ -13,0 +13,0 @@ (message: string, printAndExitIfHelpArgumentSpecified?: boolean): void;

{
"name": "jsh",
"version": "0.29.0",
"version": "0.30.0",
"description": "Helpers for Bash like shell scripting in JavaScript",

@@ -43,3 +43,4 @@ "author": "Brady Holt",

"ts-jest": "^28.0.3",
"typescript": "^4.6.4"
"typescript": "^4.6.4",
"ts-node": "^10.8.0"
},

@@ -46,0 +47,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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