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.3.2 to 1.3.3

2

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

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

@@ -59,4 +59,4 @@ const ytdl = require("ytdl-core");

}
const format = info.formats.find((fm) => fm.itag === itag)
const title = parserTitles(options?.title) || parserTitles(info.title)
const format = info.formatsAudio.find((fm) => fm.audioBitrate === 160 || fm.quality === "tiny")
const title = parserTitles(info.title)
const stream = ytdl(url, {

@@ -63,0 +63,0 @@ filter: "audioonly",

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