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

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.4.0 to 0.4.1

7

index.js

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

var self = this;
opts.store = self.store;
opts.data = self.cache.data;
opts.project = self.project;

@@ -35,2 +32,6 @@ /**

opts.store = self.store;
opts.data = self.cache.data;
opts.project = self.project;
var Questions = utils.Questions;

@@ -37,0 +38,0 @@ var questions = new Questions(opts);

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

@@ -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