Socket
Socket
Sign inDemoInstall

base-questions

Package Overview
Dependencies
151
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.3 to 0.5.4

1

index.js

@@ -20,2 +20,3 @@ /*!

opts.data = this.cache.data;
opts.cwd = this.cwd;
var self = this;

@@ -22,0 +23,0 @@

2

package.json
{
"name": "base-questions",
"description": "Plugin for base-methods that adds methods for prompting the user and storing the answers on a project-by-project basis.",
"version": "0.5.3",
"version": "0.5.4",
"homepage": "https://github.com/node-base/base-questions",

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

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

# base-questions [![NPM version](https://img.shields.io/npm/v/base-questions.svg)](https://www.npmjs.com/package/base-questions) [![Build Status](https://img.shields.io/travis/node-base/base-questions.svg)](https://travis-ci.org/node-base/base-questions)
# base-questions [![NPM version](https://img.shields.io/npm/v/base-questions.svg?style=flat)](https://www.npmjs.com/package/base-questions) [![NPM downloads](https://img.shields.io/npm/dm/base-questions.svg?style=flat)](https://npmjs.org/package/base-questions) [![Build Status](https://img.shields.io/travis/node-base/base-questions.svg?style=flat)](https://travis-ci.org/node-base/base-questions)

@@ -85,3 +85,3 @@ > Plugin for base-methods that adds methods for prompting the user and storing the answers on a project-by-project basis.

### [.choices](index.js#L78)
### [.choices](index.js#L79)

@@ -108,3 +108,3 @@ Create a "choices" question from an array.

### [.question](index.js#L109)
### [.question](index.js#L110)

@@ -138,3 +138,3 @@ Add a question to be asked at a later point.

### [.ask](index.js#L134)
### [.ask](index.js#L135)

@@ -165,2 +165,4 @@ Ask one or more questions, with the given `options` and callback.

You might also be interested in these projects:
* [answer-store](https://www.npmjs.com/package/answer-store): Store answers to user prompts, based on locale and/or current working directory. | [homepage](https://github.com/jonschlinkert/answer-store)

@@ -201,2 +203,4 @@ * [common-questions](https://www.npmjs.com/package/common-questions): An object of questions commonly used by project generators or when initializing projects. Questions can… [more](https://www.npmjs.com/package/common-questions) | [homepage](https://github.com/generate/common-questions)

Follow me on GitHub or Twitter for updates about base-questions and my other libraries:
* [github/jonschlinkert](https://github.com/jonschlinkert)

@@ -207,3 +211,3 @@ * [twitter/jonschlinkert](http://twitter.com/jonschlinkert)

Copyright © 2016 [Jon Schlinkert](https://github.com/jonschlinkert)
Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert).
Released under the [MIT license](https://github.com/node-base/base-questions/blob/master/LICENSE).

@@ -213,2 +217,2 @@

_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on March 17, 2016._
_This file was generated by [verb](https://github.com/verbose/verb), v, on April 05, 2016._
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