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

youtube-mp3-downloader

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youtube-mp3-downloader - npm Package Compare versions

Comparing version 0.7.6 to 0.7.7

4

lib/YoutubeMp3Downloader.js

@@ -89,3 +89,5 @@ 'use strict';

var title = 'Unknown';
var thumbnail = info.videoDetails.thumbnail.thumbnails[0].url || null;
var thumbnail = info.videoDetails.thumbnails ?
info.videoDetails.thumbnails[0].url
: info.videoDetails.thumbnail || null;

@@ -92,0 +94,0 @@ if (videoTitle.indexOf('-') > -1) {

{
"name": "youtube-mp3-downloader",
"version": "0.7.6",
"version": "0.7.7",
"description": "Downloads Youtube videos (in parallel, as streams), encodes the audio data as mp3 and stores them in a defineable location",

@@ -5,0 +5,0 @@ "keywords": [

@@ -9,3 +9,4 @@ declare module YoutubeMp3Downloader {

progressTimeout: number;
allowWebm?: boolean
allowWebm?: boolean;
requestOptions?: {};
}

@@ -12,0 +13,0 @@

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