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.2.1 to 0.2.2

4

lib/question.js

@@ -207,3 +207,5 @@ /*!

if (typeof answer !== 'undefined') {
opts.default = answer[this.name] || answer;
opts.default = typeof answer[this.name] !== 'undefined'
? answer[this.name]
: answer;
}

@@ -210,0 +212,0 @@

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

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

@@ -399,3 +399,3 @@ # question-store [![NPM version](https://badge.fury.io/js/question-store.svg)](http://badge.fury.io/js/question-store)

### [.save](lib/question.js#L240)
### [.save](lib/question.js#L242)

@@ -402,0 +402,0 @@ Persist the answer for the current locale and cwd to disk.

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