question-store
Advanced tools
Comparing version 0.13.0 to 0.13.1
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11777
149
1