Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.1.6 to 0.1.7

6

lib/question.js

@@ -202,7 +202,3 @@ /*!

if (opts.force === true) {
this.del(opts.locale);
}
if (this.isAnswered(opts.locale)) {
if (this.isAnswered(opts.locale) && !opts.force === true) {
cb(null, utils.toAnswer(opts.name, answer));

@@ -209,0 +205,0 @@ return;

2

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

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

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