🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

distube

Package Overview
Dependencies
Maintainers
0
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

distube - npm Package Compare versions

Comparing version

to
5.0.5

11

dist/index.d.ts
import * as discord_js from 'discord.js';
import { Snowflake, Message, GuildTextBasedChannel, VoiceBasedChannel, VoiceState, Guild, GuildMember, Interaction, Client, Collection, ClientOptions } from 'discord.js';
import { GuildMember, Snowflake, Message, GuildTextBasedChannel, VoiceBasedChannel, VoiceState, Guild, Interaction, Client, Collection, ClientOptions } from 'discord.js';
import { TypedEmitter } from 'tiny-typed-emitter';

@@ -640,2 +640,3 @@ import { AudioPlayer, VoiceConnection, AudioResource } from '@discordjs/voice';

stream?: DisTubeStream;
pausingStream?: DisTubeStream;
constructor(voiceManager: DisTubeVoiceManager, channel: VoiceBasedChannel);

@@ -1030,3 +1031,3 @@ /**

*/
pause(): Queue;
pause(): Promise<Queue>;
/**

@@ -1036,3 +1037,3 @@ * Resume the guild stream

*/
resume(): Queue;
resume(): Promise<Queue>;
/**

@@ -1396,3 +1397,3 @@ * Set the guild stream's volume

*/
pause(guild: GuildIdResolvable): Queue;
pause(guild: GuildIdResolvable): Promise<Queue>;
/**

@@ -1403,3 +1404,3 @@ * Resume the guild stream

*/
resume(guild: GuildIdResolvable): Queue;
resume(guild: GuildIdResolvable): Promise<Queue>;
/**

@@ -1406,0 +1407,0 @@ * Stop the guild stream

{
"name": "distube",
"version": "5.0.4",
"version": "5.0.5",
"description": "A powerful Discord.js module for simplifying music commands and effortless playback of various sources with integrated audio filters.",

@@ -53,32 +53,31 @@ "main": "./dist/index.js",

"tiny-typed-emitter": "^2.1.0",
"undici": "^6.20.1"
"undici": "^6.21.1"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.17.0",
"@distube/youtube": "^1.0.4",
"@types/node": "^22.8.1",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.18.0",
"@types/node": "^22.13.4",
"@types/tough-cookie": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^2.1.3",
"discord-api-types": "^0.37.103",
"discord.js": "^14.16.3",
"@vitest/coverage-v8": "^3.0.5",
"discord-api-types": "^0.37.119",
"discord.js": "^14.18.0",
"esbuild-plugin-version-injector": "^1.2.1",
"eslint": "^8.57.1",
"eslint-config-distube": "^1.7.1",
"husky": "^9.1.6",
"husky": "^9.1.7",
"nano-staged": "^0.8.0",
"prettier": "^3.3.3",
"sodium-native": "^4.2.1",
"prettier": "^3.5.1",
"sodium-native": "^4.3.2",
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"typedoc": "^0.26.10",
"typedoc-material-theme": "^1.1.0",
"tsup": "^8.3.6",
"typedoc": "^0.26.11",
"typedoc-material-theme": "^1.3.0",
"typedoc-plugin-extras": "^3.1.0",
"typescript": "^5.6.3",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.3"
"typescript": "^5.7.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.5"
},

@@ -85,0 +84,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet