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

prompt-for

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prompt-for - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

History.md
0.0.3 - March 11, 2013
----------------------
* remove ? from boolean asks
0.0.2 - March 9, 2013

@@ -3,0 +7,0 @@ ---------------------

2

lib/types.js

@@ -45,3 +45,3 @@

exports.boolean = function(msg, color, fn){
msg += '?';
msg += ':';
if (color) msg = chalk[color](msg);

@@ -48,0 +48,0 @@ msg += ' (y/n) ';

@@ -5,3 +5,3 @@ {

"repository": "git://github.com/segmentio/prompt-for.git",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",

@@ -8,0 +8,0 @@ "main": "lib/index.js",

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