Comparing version 0.6.1 to 0.7.0
{ | ||
"name": "node-fzf", | ||
"version": "0.6.1", | ||
"version": "0.7.0", | ||
"description": "fzf ( junegunn/fzf ) inspired cli utility for node", | ||
@@ -39,4 +39,5 @@ "main": "src/main.js", | ||
"keypress": "~0.2.1", | ||
"minimist": "~1.2.0", | ||
"minimist": "~1.2.5", | ||
"redstar": "0.0.2", | ||
"restore-cursor": "~3.1.0", | ||
"string-width": "~2.1.1", | ||
@@ -43,0 +44,0 @@ "ttys": "0.0.3" |
@@ -0,1 +1,4 @@ | ||
// Gracefully restore the CLI cursor on exit | ||
require( 'restore-cursor' )() | ||
// used to read keyboard input while at the same time | ||
@@ -2,0 +5,0 @@ // reading piped stdin input and printing to stdout |
36912
888
7
+ Addedrestore-cursor@~3.1.0
+ Addedmimic-fn@2.1.0(transitive)
+ Addedonetime@5.1.2(transitive)
+ Addedrestore-cursor@3.1.0(transitive)
+ Addedsignal-exit@3.0.7(transitive)
Updatedminimist@~1.2.5