Socket
Socket
Sign inDemoInstall

question-store

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

question-store - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

2

index.js

@@ -91,3 +91,3 @@ 'use strict';

this.on('ask', function(val, key, question, answers) {
if (!utils.isAnswer(val) && app.options.enabled('global')) {
if (!utils.isAnswer(val) && app.enabled('global')) {
question.answer = app.globals.get(key);

@@ -94,0 +94,0 @@ debug('no answer found, using global: "%s"', val);

{
"name": "question-store",
"description": "Ask questions, persist the answers. Basic support for i18n and storing answers based on current working directory.",
"version": "0.9.1",
"version": "0.9.2",
"homepage": "https://github.com/jonschlinkert/question-store",

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

}
}
}

@@ -114,2 +114,2 @@ # question-store [![NPM version](https://img.shields.io/npm/v/question-store.svg?style=flat)](https://www.npmjs.com/package/question-store) [![NPM downloads](https://img.shields.io/npm/dm/question-store.svg?style=flat)](https://npmjs.org/package/question-store) [![Build Status](https://img.shields.io/travis/jonschlinkert/question-store.svg?style=flat)](https://travis-ci.org/jonschlinkert/question-store)

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