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

eshost

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eshost - npm Package Compare versions

Comparing version 4.6.3 to 4.7.0

12

lib/agents/ch.js

@@ -16,15 +16,9 @@ 'use strict';

evalScript(code, options = {}) {
// Module evaluation support can be enabled once
// https://github.com/Microsoft/ChakraCore/issues/5274
// is completed.
/*
if (options.module && this.args[0] !== '-Module') {
this.args.unshift('-Module');
if (options.module && this.args[0] !== '-module') {
this.args.unshift('-module');
}
if (!options.module && this.args[0] === '-Module') {
if (!options.module && this.args[0] === '-module') {
this.args.shift();
}
*/

@@ -31,0 +25,0 @@ return super.evalScript(code, options);

{
"name": "eshost",
"version": "4.6.3",
"version": "4.7.0",
"description": "Invoke ECMAScript scripts in any command line JS engine.",

@@ -5,0 +5,0 @@ "main": "lib/eshost.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