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

readline-ui

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

readline-ui - npm Package Compare versions

Comparing version 0.1.4 to 1.0.0

1

index.js

@@ -47,2 +47,3 @@ 'use strict';

this.input.on('keypress', this.onKeypress.bind(this, this));
this.on('keypress', this.onKeypress.bind(this, this));
this.rl.resume();

@@ -49,0 +50,0 @@ this.rl.on('line', this.emit.bind(this, 'line'));

6

package.json
{
"name": "readline-ui",
"description": "Create readline interface to use in prompts.",
"version": "0.1.4",
"version": "1.0.0",
"homepage": "https://github.com/enquirer/readline-ui",

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

"engines": {
"node": ">=0.10.0"
"node": ">=4.0"
},

@@ -26,3 +26,3 @@ "scripts": {

"debug": "^2.6.6",
"readline-utils": "^0.1.6",
"readline-utils": "^1.0.0",
"string-width": "^2.0.0",

@@ -29,0 +29,0 @@ "strip-color": "^0.1.0"

@@ -22,3 +22,3 @@ # readline-ui [![NPM version](https://img.shields.io/npm/v/readline-ui.svg?style=flat)](https://www.npmjs.com/package/readline-ui) [![NPM monthly downloads](https://img.shields.io/npm/dm/readline-ui.svg?style=flat)](https://npmjs.org/package/readline-ui) [![NPM total downloads](https://img.shields.io/npm/dt/readline-ui.svg?style=flat)](https://npmjs.org/package/readline-ui) [![Linux Build Status](https://img.shields.io/travis/enquirer/readline-ui.svg?style=flat&label=Travis)](https://travis-ci.org/enquirer/readline-ui)

### [.render](index.js#L75)
### [.render](index.js#L76)

@@ -33,3 +33,3 @@ Render the given `str` in the terminal, and optional `bottomContent`.

### [.clearLines](index.js#L144)
### [.clearLines](index.js#L145)

@@ -93,2 +93,2 @@ Remove `n` lines from the bottom of the terminal

_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on May 05, 2017._
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on May 07, 2017._
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