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

discord-ytdl-core

Package Overview
Dependencies
Maintainers
3
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 5.0.1 to 5.0.2

1

index.js

@@ -65,2 +65,3 @@ "use strict";

const outputStream = output.pipe(opus);
output.on('error', e => outputStream.emit('error', e));
for (const event of evn) {

@@ -67,0 +68,0 @@ inputStream.on(event, (...args) => outputStream.emit(event, ...args));

@@ -83,2 +83,4 @@ import ytdl, { downloadOptions } from "ytdl-core";

output.on('error', e => outputStream.emit('error', e));
for (const event of evn) {

@@ -85,0 +87,0 @@ inputStream.on(event, (...args) => outputStream.emit(event, ...args));

2

package.json
{
"name": "discord-ytdl-core",
"version": "5.0.1",
"version": "5.0.2",
"description": "Simple ytdl wrapper for discord bots with custom ffmpeg args support.",

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

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