Socket
Socket
Sign inDemoInstall

prompt

Package Overview
Dependencies
78
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.13 to 0.2.14

4

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

@@ -19,3 +19,3 @@ "maintainers": [

"utile": "0.2.x",
"winston": "0.6.x"
"winston": "0.8.x"
},

@@ -22,0 +22,0 @@ "devDependencies": {

@@ -1,2 +0,2 @@

# prompt [![Build Status](https://secure.travis-ci.org/flatiron/prompt.png)](http://travis-ci.org/flatiron/prompt)
# prompt [![Build Status](https://secure.travis-ci.org/flatiron/prompt.svg)](http://travis-ci.org/flatiron/prompt)

@@ -3,0 +3,0 @@ A beautiful command-line prompt for node.js

@@ -9,3 +9,2 @@ /*

var stream = require('stream'),
stream = require('stream'),
util = require('util'),

@@ -27,3 +26,3 @@ prompt = require('../lib/prompt');

};
src.on('data', function (d) {

@@ -83,3 +82,3 @@ self.emit('data', d + '');

//
console.error = function () {
process.stderr.write = function () {
helpers.stderr.write.apply(helpers.stderr, arguments);

@@ -86,0 +85,0 @@ }

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc