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.0 to 0.7.1

2

index.js

@@ -1,1 +0,1 @@

module.exports = require('./lib/YoutubeMp3Downloader');
module.exports = require('./lib/YoutubeMp3Downloader');
'use strict';
var os = require('os');
var util = require('util');
var EventEmitter = require('events').EventEmitter;

@@ -52,3 +51,3 @@ var ffmpeg = require('fluent-ffmpeg');

download = function(videoId, fileName) {
download (videoId, fileName) {
let self = this;

@@ -55,0 +54,0 @@ const task = {

{
"name": "youtube-mp3-downloader",
"version": "0.7.0",
"version": "0.7.1",
"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": [

@@ -188,1 +188,2 @@ # Youtube MP3 Downloader

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