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

prompt

Package Overview
Dependencies
Maintainers
2
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 0.1.4 to 0.1.5

9

lib/prompt.js

@@ -371,3 +371,10 @@ /*

var value = '';
stdio.setRawMode(true);
//
// Ignore errors from `.setRawMode()` so that `node-prompt` can
// be scripted in child processes.
//
try { stdio.setRawMode(true) }
catch (ex) { }
prompt.resume();

@@ -374,0 +381,0 @@ stdin.on('error', callback);

2

package.json
{
"name": "prompt",
"description": "A beautiful command-line prompt for node.js",
"version": "0.1.4",
"version": "0.1.5",
"author": "Nodejitsu Inc. <info@nodejitsu.com>",

@@ -6,0 +6,0 @@ "contributors": [

@@ -14,3 +14,3 @@ /*

vows.describe('prompt').addBatch({
vows.describe('prompt/interactive').addBatch({
"When using prompt": {

@@ -17,0 +17,0 @@ topic: function () {

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