Comparing version 1.0.1 to 1.0.2
@@ -14,3 +14,3 @@ | ||
var output = opts.output || process.stdout | ||
var m = new Mute() | ||
var m = new Mute({ replace: opts.replace }) | ||
m.pipe(output) | ||
@@ -17,0 +17,0 @@ output = m |
{ | ||
"name": "read", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "lib/read.js", | ||
"dependencies": { | ||
"mute-stream": "0" | ||
"mute-stream": "~0.0.2" | ||
}, | ||
@@ -8,0 +8,0 @@ "devDependencies": { |
@@ -25,2 +25,3 @@ ## read | ||
* `silent` Don't echo the output as the user types it. | ||
* `replace` Replace silenced characters with the supplied character value. | ||
* `timeout` Number of ms to wait for user input before giving up. | ||
@@ -27,0 +28,0 @@ * `default` The default value if the user enters nothing. |
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
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
8853
39
Updatedmute-stream@~0.0.2