Socket
Socket
Sign inDemoInstall

inquirer

Package Overview
Dependencies
Maintainers
1
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inquirer - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

lib/objects/choice.js

@@ -36,5 +36,5 @@ /**

name: val.name || val.value,
value: val.value || val.name
value: val.hasOwnProperty("value") ? val.value : val.name
});
}
}

@@ -7,3 +7,3 @@ /**

var tty = require("../utils/tty");
var readlineFacade = require("../utils/readline");
var readlineFacade = require("readline2");

@@ -10,0 +10,0 @@

{
"name": "inquirer",
"version": "0.4.0",
"version": "0.4.1",
"description": "A collection of common interactive command line user interfaces.",

@@ -26,3 +26,4 @@ "main": "lib/inquirer.js",

"mute-stream": "0.0.4",
"through": "~2.3.4"
"through": "~2.3.4",
"readline2": "~0.1.0"
},

@@ -32,11 +33,11 @@ "devDependencies": {

"grunt-cli": "~0.1.8",
"mocha": "~1.15.1",
"chai": "~1.8.1",
"grunt-contrib-jshint": "~0.7.2",
"mocha": "~1.17.1",
"chai": "~1.9.0",
"grunt-contrib-jshint": "~0.8.0",
"sinon": "~1.7.2",
"grunt-release": "~0.6.0",
"mockery": "~1.4.0",
"grunt-mocha-test": "~0.8.1",
"grunt-mocha-test": "~0.9.0",
"cmdify": "0.0.4"
}
}
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