Socket
Socket
Sign inDemoInstall

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.9 to 0.1.10

6

lib/prompt.js

@@ -12,3 +12,3 @@ /*

winston = require('winston'),
stdio = process.binding('stdio');
tty = require('tty');

@@ -382,3 +382,3 @@ //

//
try { stdio.setRawMode(true) }
try { tty.setRawMode(true) }
catch (ex) { }

@@ -394,3 +394,3 @@

case '\n': case '\r': case '\r\n': case '\u0004':
stdio.setRawMode(false);
tty.setRawMode(false);
stdin.removeListener('data', data);

@@ -397,0 +397,0 @@ stdin.removeListener('error', callback);

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

@@ -9,3 +9,4 @@ "contributors": [

{ "name": "Joshua Holbrook", "email": "josh.holbrook@gmail.com" },
{ "name": "Bradley Meck", "email": "bradley.meck@gmail.com" }
{ "name": "Bradley Meck", "email": "bradley.meck@gmail.com" },
{ "name": "Maciej Malecki", "email": "maciej@nodejitsu.com" }
],

@@ -12,0 +13,0 @@ "repository": {

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