Socket
Socket
Sign inDemoInstall

base-questions

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base-questions - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

5

index.js

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

opts.store = this.store;
opts.globals = this.globals;
opts.data = this.cache.data;

@@ -50,2 +51,6 @@ var self = this;

utils.sync(questions, 'globals', function() {
return self.globals;
});
return questions;

@@ -52,0 +57,0 @@ });

4

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.0",
"version": "0.5.1",
"homepage": "https://github.com/jonschlinkert/base-questions",

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

"mixin-deep": "^1.1.3",
"question-store": "^0.8.1",
"question-store": "^0.8.3",
"to-choices": "^0.2.0"

@@ -32,0 +32,0 @@ },

@@ -85,3 +85,3 @@ # 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/jonschlinkert/base-questions.svg)](https://travis-ci.org/jonschlinkert/base-questions)

### [.choices](index.js#L71)
### [.choices](index.js#L76)

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

### [.question](index.js#L101)
### [.question](index.js#L106)

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

### [.ask](index.js#L126)
### [.ask](index.js#L131)

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

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