Comparing version 0.0.1 to 0.0.2
@@ -5,3 +5,3 @@ { | ||
"description": "prompting wizardly", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"repository": { | ||
@@ -11,3 +11,3 @@ "url": "git://github.com/isaacs/promzard" | ||
"dependencies": { | ||
"read": "0.0.3" | ||
"read": "0" | ||
}, | ||
@@ -14,0 +14,0 @@ "devDependencies": { |
module.exports = promzard | ||
promzard.PromZard = PromZard | ||
@@ -149,2 +150,6 @@ var fs = require('fs') | ||
// default to the ctx value, if there is one | ||
if (undefined === prompt[1]) | ||
prompt[1] = this.ctx[k] | ||
return this.prompt(prompt, function (er, res) { | ||
@@ -151,0 +156,0 @@ o[k] = res |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
17526
13
571
5
2
+ Addedread@0.1.1(transitive)
- Removedread@0.0.3(transitive)
Updatedread@0