New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-fzf

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-fzf - npm Package Compare versions

Comparing version 0.6.1 to 0.7.0

5

package.json
{
"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"

3

src/main.js

@@ -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

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