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

esvu

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esvu

esvu is your one-stop shop for all implementations of ECMAScript.

  • 1.2.16
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
115
increased by25%
Maintainers
0
Weekly downloads
 
Created
Source

esvu

esvu is your one-stop shop for all implementations of ECMAScript.

Installation

$ npm i -g esvu

esvu will attempt to respect XDG_DATA_HOME, and will fall back to the home directory. You will need to add esvu's bin to your PATH, for example $XDG_DATA_HOME/.esvu/bin or /home/snek/.esvu/bin.

You may override the path entirely by setting the ESVU_PATH environment variable.

Usage

The first time you run esvu, it will ask you which engines you wish to install. After the first run, running esvu will update the engines you selected.

  • $ esvu Update all installed engines, or select engines to install
  • $ esvu install <engine> Install the engine <engine>
  • $ esvu uninstall <engine> Uninstall <engine>
  • $ esvu update <engine> Update <engine>. Like install but the engine must have been previously installed.

If you're using eshost-cli, you can run eshost --configure-esvu after installing engines to make eshost automatically find the installed engines.

EngineBinary Namesdarwin-x64darwin-arm64linux-ia32linux-x64linux-arm64win32-ia32win32-x64
Boaboa,
engine262engine262
GraalJSgraaljs
Hermeshermes
LibJSladybird-js
JavaScriptCorejsc, javascriptcore
QuickJSquickjs, quickjs-run-test262
SpiderMonkeysm, spidermonkey
V8v8
XSxs

Some binaries may be exposed as batch/shell scripts to properly handling shared library loading. Some binaries on 64-bit systems may be natively 32-bit.

FAQs

Package last updated on 26 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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