Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

yt-search

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yt-search - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

8

bin/cli.js

@@ -44,8 +44,10 @@ #!/usr/bin/env node

nfzf( list, function ( val, ind ) {
console.log( val )
nfzf( list, function ( r ) {
if ( !r.selected ) return console.log( 'nothing selected' )
console.log( r.selected.value )
var url = (
'https://www.youtube.com' +
videos[ ind ].url
videos[ r.selected.index ].url
)

@@ -52,0 +54,0 @@ console.log( url )

{
"name": "yt-search",
"version": "0.2.0",
"version": "0.3.0",
"description": "search youtube",

@@ -39,3 +39,3 @@ "main": "dist/yt-search.min.js",

"minimist": "~1.2.0",
"node-fzf": "0.0.5"
"node-fzf": "~0.1.2"
},

@@ -42,0 +42,0 @@ "devDependencies": {

@@ -1,3 +0,4 @@

[![npm](https://img.shields.io/npm/v/yt-search.svg?maxAge=3600&style=flat-square)](https://www.npmjs.com/package/yt-search)
[![npm](https://img.shields.io/npm/l/yt-search.svg?maxAge=3600&style=flat-square)](https://github.com/talmobi/yt-search/blob/master/LICENSE)
[![npm](https://img.shields.io/npm/v/yt-search.svg?maxAge=3600)](https://www.npmjs.com/package/yt-search)
[![npm](https://img.shields.io/npm/dm/yt-search.svg?maxAge=3600)](https://www.npmjs.com/package/yt-search)
[![npm](https://img.shields.io/npm/l/yt-search.svg?maxAge=3600)](https://www.npmjs.com/package/yt-search)

@@ -4,0 +5,0 @@ # yt-search

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