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

discord-ytdl-core

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord-ytdl-core - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

2

index.ts

@@ -146,3 +146,3 @@ import ytdl, { downloadOptions } from "ytdl-core";

});
if (typeof stream !== "string") stream.pipe(transcoder);
if (typeof stream !== "string") transcoder = stream.pipe(transcoder);
if (options && !options.opusEncoded) {

@@ -149,0 +149,0 @@ transcoder.on("close", () => transcoder.destroy());

{
"name": "discord-ytdl-core",
"version": "4.0.3",
"version": "4.0.4",
"description": "Simple ytdl wrapper for discord bots with custom ffmpeg args support.",

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

@@ -39,2 +39,3 @@ # [discord-ytdl-core](https://ytdl.snowflakedev.xyz "Documentation")

Through URL: **[https://listen.moe/kpop/opus](https://listen.moe/kpop/opus)**
Using fs:

@@ -41,0 +42,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