You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
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.32

2

index.js

@@ -105,6 +105,4 @@ const chalk = require('chalk')

const rewrite = line => {
console.log(chalk.green(line))
if (this.opt.onBeforeRewrite) {
line = this.opt.onBeforeRewrite(line)
console.log(chalk.green(line))
}

@@ -111,0 +109,0 @@ this.rl.line = line

2

package.json
{
"name": "inquirer-command-prompt",
"version": "0.0.31",
"version": "0.0.32",
"license": "MIT",

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