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.6.1 to 0.6.2

2

index.js

@@ -208,3 +208,3 @@ /*!

}
if (app.isRegistered('base-questions')) {
if (typeof app.isRegistered !== 'function' || app.isRegistered('base-questions')) {
return false;

@@ -211,0 +211,0 @@ }

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

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

@@ -244,2 +244,2 @@ # base-questions [![NPM version](https://img.shields.io/npm/v/base-questions.svg?style=flat)](https://www.npmjs.com/package/base-questions) [![NPM downloads](https://img.shields.io/npm/dm/base-questions.svg?style=flat)](https://npmjs.org/package/base-questions) [![Build Status](https://img.shields.io/travis/node-base/base-questions.svg?style=flat)](https://travis-ci.org/node-base/base-questions)

_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on May 12, 2016._
_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on May 14, 2016._
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