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

prompt

Package Overview
Dependencies
Maintainers
5
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prompt - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

lib/prompt.js

@@ -17,3 +17,3 @@ /*

//
// Monkey-punch readline.Interface to work-around
// Monkey-patch readline.Interface to work-around
// https://github.com/joyent/node/issues/3860

@@ -20,0 +20,0 @@ //

{
"name": "prompt",
"version": "1.2.0",
"version": "1.2.1",
"description": "A beautiful command-line prompt for node.js",

@@ -22,3 +22,3 @@ "author": "Nodejitsu Inc. <info@nodejitsu.com>",

"async": "~0.9.0",
"colors": "^1.1.2",
"colors": "1.4.0",
"read": "1.0.x",

@@ -25,0 +25,0 @@ "revalidator": "0.1.x",

@@ -1,3 +0,4 @@

# prompt [![Build Status](https://secure.travis-ci.org/flatiron/prompt.svg)](http://travis-ci.org/flatiron/prompt)
# prompt [![Build Status](https://secure.travis-ci.org/flatiron/prompt.svg)](http://travis-ci.org/flatiron/prompt) [![Npm package version](https://img.shields.io/npm/v/prompt.svg?maxAge=2592000)](https://npmjs.com/package/prompt)
A beautiful command-line prompt for node.js

@@ -78,3 +79,3 @@

//
// Get two properties from the user: email, password
// Get two properties from the user: name, password
//

@@ -81,0 +82,0 @@ prompt.get(schema, function (err, result) {

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