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

prompt-text

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prompt-text - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

index.js
'use strict';
var debug = require('debug')('prompt-text');
var Prompt = require('prompt-base');

@@ -13,2 +14,3 @@ var cyan = require('ansi-cyan');

function Input(/*question, answers, rl*/) {
debug('initializing from <%s>', __filename);
Prompt.apply(this, arguments);

@@ -15,0 +17,0 @@ }

3

package.json
{
"name": "prompt-text",
"description": "Basic text input prompt. This can be used standalone, but it's also included in [enquirer] by default.",
"version": "1.0.4",
"version": "1.0.5",
"homepage": "https://github.com/enquirer/prompt-text",

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

"ansi-red": "^0.1.1",
"debug": "^2.6.8",
"prompt-base": "^3.0.2"

@@ -31,0 +32,0 @@ },

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