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

question-store

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

question-store - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

2

index.js

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

if (typeof hints === 'undefined') {
hints = options.hints || new utils.Store(path.join('question-store', process.cwd(), 'hints'));
hints = options.hints || new utils.Store(path.join('question-store', utils.slugify(process.cwd()), 'hints'));
debug('created hints store');

@@ -88,0 +88,0 @@ }

@@ -36,2 +36,6 @@ 'use strict';

utils.slugify = function(str) {
return str.split(/\W/).join('-');
};
/**

@@ -38,0 +42,0 @@ * Expose `utils`

{
"name": "question-store",
"description": "Ask questions, persist the answers. Basic support for i18n and storing answers based on current working directory.",
"version": "0.13.0",
"version": "0.13.1",
"homepage": "https://github.com/jonschlinkert/question-store",

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

Sorry, the diff of this file is not supported yet

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