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.2 to 7.6.3

6

bin/eshost.js

@@ -310,3 +310,7 @@ #!/usr/bin/env node

if (fileArg) {
const file = path.join(process.cwd(), fileArg);
const fileArgJoinPath = !path.isAbsolute(fileArg)
? process.cwd()
: '';
const file = path.join(fileArgJoinPath, fileArg);
const contents = fs.readFileSync(file, 'utf8');

@@ -313,0 +317,0 @@ const attrs = {

2

package.json
{
"name": "eshost-cli",
"version": "7.6.2",
"version": "7.6.3",
"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