Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.1 to 0.3.0

2

package.json
{
"name": "node-fzf",
"version": "0.2.1",
"version": "0.3.0",
"description": "fzf ( junegunn/fzf ) inspired cli utility for node",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -328,6 +328,6 @@ const keypress = require( 'keypress' )

// sorts in-place
results.sort( function ( a, b ) {
if ( a.original < b.original ) return -1
return 1
} )
// results.sort( function ( a, b ) {
// if ( a.original < b.original ) return -1
// return 1
// } )

@@ -334,0 +334,0 @@ return results

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