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.4 to 0.1.5

2

lib/vm.js

@@ -159,3 +159,3 @@ var waitfor = require('./waitfor'),

if (builtIn) return builtIn;
else if (executableExists(v.match(/^\s*(\S+)/)[1])) return substituteTilde(substituteVars(v.replace('\'', '\\\'').replace(/^\s*(.*?);?$/g, 'spawnSync(\'$1\');')));
else if (executableExists(v.match(/^\s*(\S+)/)[1])) return substituteTilde(substituteVars(v.replace(/'/g, '\\\'').replace(/^\s*(.*?);?$/g, 'spawnSync(\'$1\');')));
return v;

@@ -162,0 +162,0 @@ }

{
"name": "jsh",
"version": "0.1.4",
"version": "0.1.5",
"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