Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "eshost", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Invoke ECMAScript scripts in any command line JS engine.", | ||
@@ -5,0 +5,0 @@ "main": "lib/eshost.js", |
@@ -1,6 +0,6 @@ | ||
## es-host-wrapper | ||
## eshost | ||
Es-host-wrapper is a library for executing ECMAScript code uniformly across any ECMAScript host environment. Es-host-wrapper consists of a wrapper around the various ways of executing a host and processing its output (called a Runner) and a runtime library for host-agnostic scripts to use. | ||
eshost is a library for executing ECMAScript code uniformly across any ECMAScript host environment. eshost consists of a wrapper around the various ways of executing a host and processing its output (called a Runner) and a runtime library for host-agnostic scripts to use. | ||
For a CLI tool that uses this library to make comparing ECMAScript hosts super easy, see [eshost](https://github.com/bterlson/eshost). | ||
For a CLI tool that uses this library to make comparing ECMAScript hosts super easy, see [eshost-cli](https://github.com/bterlson/eshost-cli). | ||
@@ -10,3 +10,3 @@ ### Installation | ||
``` | ||
npm install es-host-wrapper | ||
npm install eshost | ||
``` | ||
@@ -39,4 +39,7 @@ | ||
### es-host-wrapper API | ||
### eshost API | ||
#### supportedHosts | ||
An array of supported host types. | ||
#### getRunner(path, type, arguments) | ||
@@ -43,0 +46,0 @@ Gets an instance of a runner for a particular host type. Supported host types: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47930080
105