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

eshost-cli

Package Overview
Dependencies
Maintainers
3
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eshost-cli - npm Package Compare versions

Comparing version 7.6.0 to 7.6.1

8

lib/host-manager.js

@@ -146,3 +146,3 @@ 'use strict';

// eshost.
quickjs: [],
quickjs: ['QuickJS', 'quickjs', ['']],
spidermonkey: ['SpiderMonkey', 'sm', 'jsshell', ['web']],

@@ -168,2 +168,6 @@ v8: ['V8', 'v8', 'd8', ['web']],

for (let engine of engines) {
if (!VU_HOST_DETAILS[vu]) {
continue;
}
let [

@@ -188,3 +192,3 @@ hostName,

}
const version = status[engine] || status.installed[engine].version;
const version = status[engine] || (status.installed[engine] && status.installed[engine].version);

@@ -191,0 +195,0 @@ if (hostPrefix) {

{
"name": "eshost-cli",
"version": "7.6.0",
"version": "7.6.1",
"description": "Run scripts in any ECMAScript host",

@@ -5,0 +5,0 @@ "bin": {

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