readline-ui
Advanced tools
Comparing version 0.1.4 to 1.0.0
@@ -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')); |
{ | ||
"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._ |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
12147
197
0
+ Addedreadline-utils@1.0.0(transitive)
- Removedreadline-utils@0.1.6(transitive)
Updatedreadline-utils@^1.0.0