Socket
Socket
Sign inDemoInstall

base-questions

Package Overview
Dependencies
240
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.0 to 0.8.1

4

index.js

@@ -42,5 +42,6 @@ /*!

var cwd = app.cwd || process.cwd();
var opts = utils.merge({}, app.options, config);
opts.data = app.cache.data || {};
opts.cwd = app.cwd || process.cwd();
opts.cwd = cwd;

@@ -50,2 +51,3 @@ var Questions = app.Questions;

fn._questions = questions;
questions.cwd = cwd;

@@ -52,0 +54,0 @@ var data = questions.data;

{
"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.8.0",
"version": "0.8.1",
"homepage": "https://github.com/node-base/base-questions",

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

}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc