🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

inquirer-command-prompt

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inquirer-command-prompt - npm Package Compare versions

Comparing version

to
0.0.29

6

index.js

@@ -17,2 +17,3 @@ const chalk = require('chalk')

const ELLIPSIS = '…'
let rl

@@ -343,2 +344,6 @@ class CommandPrompt extends InputPrompt {

static getRl() {
return rl
}
static getHistory(context) {

@@ -358,2 +363,3 @@ if (!context) {

render(error) {
rl = this.rl
let bottomContent = ''

@@ -360,0 +366,0 @@ let appendContent = ''

2

package.json
{
"name": "inquirer-command-prompt",
"version": "0.0.28",
"version": "0.0.29",
"license": "MIT",

@@ -5,0 +5,0 @@ "scripts": {