Socket
Socket
Sign inDemoInstall

readline-ui

Package Overview
Dependencies
22
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

4

index.js

@@ -214,6 +214,6 @@ 'use strict';

UI.prototype.end = function() {
UI.prototype.end = function(linefeed) {
this.rl.setPrompt('');
this.rl.output.unmute();
this.rl.output.write('\n');
this.rl.output.write(linefeed !== false ? '\n' : '');
};

@@ -220,0 +220,0 @@

{
"name": "readline-ui",
"description": "Create readline interface to use in prompts.",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.com/enquirer/readline-ui",

@@ -13,5 +13,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

"files": [
"index.js",
"LICENSE",
"README.md"
"index.js"
],

@@ -27,10 +25,10 @@ "main": "index.js",

"component-emitter": "^1.2.1",
"debug": "^2.2.0",
"readline-utils": "^0.1.1",
"string-width": "^1.0.2",
"debug": "^2.6.3",
"readline-utils": "^0.1.4",
"string-width": "^2.0.0",
"strip-color": "^0.1.0"
},
"devDependencies": {
"gulp-format-md": "^0.1.10",
"mocha": "^3.0.2"
"gulp-format-md": "^0.1.12",
"mocha": "^3.2.0"
},

@@ -37,0 +35,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc