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

common-questions

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

common-questions - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

lib/hints.js

@@ -57,3 +57,3 @@ 'use strict';

function get(app, key, common) {
var val = app.get(`cache.data.${key}`) || app.pkg.get(key);
var val = app.get(`cache.data.${key}`) || app.get(`cache.data.project.${key}`) || app.pkg.get(key);
if (typeof val !== 'undefined') {

@@ -60,0 +60,0 @@ return val;

{
"name": "common-questions",
"description": "An object of questions commonly used by project generators or when initializing projects. Questions can be overridden, updated or extended.",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/generate/common-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