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

yt-converter

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

yt-converter - npm Package Compare versions

Comparing version 1.2.7 to 1.2.8

2

package.json
{
"name": "yt-converter",
"version": "1.2.7",
"version": "1.2.8",
"description": "A youtube video converter for mp3 and mp4 using node-ytdl and ffmpeg",

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

@@ -81,3 +81,3 @@ const ytdl = require("ytdl-core");

const pathname = path.resolve(process.cwd(), directoryDownload, `${title}.mp4`)
const pathname = path.resolve(process.cwd(), directoryDownload, `${title}-${format.itag}.mp4`)
if (!fileExist(pathname)) {

@@ -84,0 +84,0 @@ const ffmpegProcess = cp.spawn(ffmpeg, [

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