pretty-repl
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "pretty-repl", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Extends repl.REPLServer to allow for a colorize function", | ||
@@ -9,2 +9,3 @@ "main": "index.js", | ||
"license": "MIT", | ||
"repository": "github:mmarcon/pretty-repl", | ||
"dependencies": { | ||
@@ -11,0 +12,0 @@ "ansi": "^0.3.1", |
@@ -5,3 +5,3 @@ # Pretty REPL | ||
![Pretty REPL Screenshot](images/screenshot.png) | ||
![Pretty REPL Screenshot](./images/screenshot.png) | ||
@@ -41,2 +41,9 @@ ## How to use it | ||
## Known issues | ||
* Only works properly on Node 13+. Unfortunately, Node 12 does some trickery when starting the REPL with `repl.start()` | ||
which makes it behave differently than when the REPL is started with `new repl.REPLServer()`. When `REPLServer` is instantiated | ||
directly, everyhting works fine until the REPL needs to throw an error. This is not true only for `FancyREPLServer`, it's the same | ||
also for the default `REPLServer` that ships with Node. | ||
## Credits | ||
@@ -43,0 +50,0 @@ |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
105402
7
52