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.1 to 4.6.2

10

lib/ConsoleAgent.js

@@ -119,6 +119,8 @@ 'use strict';

sources.push([
path.join(temppath, file),
`${preamble}\n${jspart ? jspart : rawsource}`
]);
if (path.join(temppath, file) !== tempfile) {
sources.push([
path.join(temppath, file),
`${preamble}\n${jspart ? jspart : rawsource}`
]);
}
});

@@ -125,0 +127,0 @@ }

2

package.json
{
"name": "eshost",
"version": "4.6.1",
"version": "4.6.2",
"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