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.1.0 to 0.1.1

3

index.js

@@ -60,2 +60,5 @@ /*!

var question = utils.toChoices.apply(null, args);
if (!question.hasOwnProperty('save')) {
question.save = false;
}
app.questions.set(question.name, question);

@@ -62,0 +65,0 @@ return this.ask(question.name, cb);

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

@@ -62,2 +62,2 @@ "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