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

pretty-repl

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pretty-repl - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

LICENSE

3

package.json
{
"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 @@

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