Socket
Socket
Sign inDemoInstall

prompt

Package Overview
Dependencies
4
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.10 to 0.1.11

11

lib/prompt.js

@@ -77,6 +77,9 @@ /*

process.on('SIGINT', function () {
stdout.write('\n');
process.exit(1);
});
if (process.platform !== 'win32') {
// windows falls apart trying to deal with SIGINT
process.on('SIGINT', function () {
stdout.write('\n');
process.exit(1);
});
}

@@ -83,0 +86,0 @@ prompt.emit('start');

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

@@ -22,2 +22,5 @@ "contributors": [

},
"devDependencies": {
"vows": "0.6.x"
},
"main": "./lib/prompt",

@@ -24,0 +27,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc