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.1.32 to 0.1.33

2

lib/completion.js

@@ -93,3 +93,3 @@ var fs = require('fs'),

return [ combine(condense(possibilities), cmd), cmd ];
} else if (executableExists(firstWord(cmd))) {
} else if (executableExists(firstWord(cmd)) || context.cmds.alias.aliases[firstWord(cmd)]) {
if (inJavaScript(cmd)) {

@@ -96,0 +96,0 @@ broken = extractJs(cmd);

{
"name": "jsh",
"version": "0.1.32",
"version": "0.1.33",
"description": "The JavaScript shell interpreter.",

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