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.16 to 0.1.17

3

lib/completion.js

@@ -81,4 +81,5 @@ var fs = require('fs'),

function combine (possibilities, cmd) {
var parts = /^(.*[\/\s])[^\/\s]*$/.exec(cmd);
var parts = /^(.*[\/\s])?[^\/\s]*$/.exec(cmd);
possibilities = possibilities.map(function (v) {
if (!parts[1]) parts[1] = '';
return parts[1] + v;

@@ -85,0 +86,0 @@ });

{
"name": "jsh",
"version": "0.1.16",
"version": "0.1.17",
"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