Socket
Socket
Sign inDemoInstall

prompt-choices

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prompt-choices - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

14

package.json
{
"name": "prompt-choices",
"description": "Create an array of multiple choice objects for use in prompts.",
"version": "0.5.0",
"version": "0.5.1",
"homepage": "https://github.com/enquirer/prompt-choices",

@@ -24,13 +24,13 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

"dependencies": {
"arr-flatten": "^1.0.1",
"arr-flatten": "^1.0.3",
"choices-separator": "^0.1.2",
"clone-deep": "^0.2.4",
"debug": "^2.6.3",
"define-property": "^0.2.5",
"debug": "^2.6.6",
"define-property": "^1.0.0",
"extend-shallow": "^2.0.1",
"is-number": "^3.0.0",
"kind-of": "^3.1.0",
"kind-of": "^3.2.0",
"lazy-cache": "^2.0.2",
"log-utils": "^0.2.1",
"radio-symbol": "^0.2.1",
"radio-symbol": "^1.0.1",
"set-value": "^0.4.3",

@@ -47,3 +47,3 @@ "terminal-paginator": "^0.2.1",

"gulp-unused": "^0.2.1",
"mocha": "^3.2.0"
"mocha": "^3.3.0"
},

@@ -50,0 +50,0 @@ "keywords": [

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

# prompt-choices [![NPM version](https://img.shields.io/npm/v/prompt-choices.svg?style=flat)](https://www.npmjs.com/package/prompt-choices) [![NPM monthly downloads](https://img.shields.io/npm/dm/prompt-choices.svg?style=flat)](https://npmjs.org/package/prompt-choices) [![NPM total downloads](https://img.shields.io/npm/dt/prompt-choices.svg?style=flat)](https://npmjs.org/package/prompt-choices) [![Linux Build Status](https://img.shields.io/travis/enquirer/prompt-choices.svg?style=flat&label=Travis)](https://travis-ci.org/enquirer/prompt-choices)
# prompt-choices [![NPM version](https://img.shields.io/npm/v/prompt-choices.svg?style=flat)](https://www.npmjs.com/package/prompt-choices) [![NPM monthly downloads](https://img.shields.io/npm/dm/prompt-choices.svg?style=flat)](https://npmjs.org/package/prompt-choices) [![NPM total downloads](https://img.shields.io/npm/dt/prompt-choices.svg?style=flat)](https://npmjs.org/package/prompt-choices) [![Linux Build Status](https://img.shields.io/travis/enquirer/prompt-choices.svg?style=flat&label=Travis)](https://travis-ci.org/enquirer/prompt-choices)

@@ -13,2 +13,8 @@ > Create an array of multiple choice objects for use in prompts.

Install with [yarn](https://yarnpkg.com):
```sh
$ yarn add prompt-choices
```
## Usage

@@ -301,2 +307,2 @@

_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.5.0, on April 12, 2017._
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on April 29, 2017._
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