eshost-cli
Advanced tools
Comparing version 7.6.0 to 7.6.1
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32625
711