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 7.4.0 to 7.4.1

2

package.json
{
"name": "eshost",
"version": "7.4.0",
"version": "7.4.1",
"description": "Invoke ECMAScript scripts in any command line JS engine.",

@@ -5,0 +5,0 @@ "main": "lib/eshost.js",

@@ -8,5 +8,2 @@ /* run-test262 exposes a $262 object, so no need to define it */

};
$262.createRealm = function() {
throw new Test262Error('createRealm() not yet supported.');
};
$262.getGlobal = function(name) {

@@ -13,0 +10,0 @@ return this.global[name];

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