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

eshost-cli

Package Overview
Dependencies
Maintainers
2
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.2.1 to 7.2.2

8

bin/eshost.js

@@ -224,2 +224,6 @@ #!/usr/bin/env node

if (argv.list || argv.add || argv.edit || argv.delete ||
argv['delete-all'] || argv['configure-esvu'] || argv['configure-jsvu']) {
console.log(chalk.grey(`Using config "${config.configPath}"`));
}
// list available hosts

@@ -231,6 +235,2 @@ if (argv.list) {

if (argv.add || argv.edit || argv.delete ||
argv['delete-all'] || argv['configure-esvu'] || argv['configure-jsvu']) {
console.log(chalk.grey(`Using config "${config.configPath}"`));
}

@@ -237,0 +237,0 @@ // add a host

{
"name": "eshost-cli",
"version": "7.2.1",
"version": "7.2.2",
"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