Socket
Socket
Sign inDemoInstall

distube

Package Overview
Dependencies
152
Maintainers
1
Versions
195
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.8.15 to 2.8.16

18

package.json
{
"name": "distube",
"version": "2.8.15",
"version": "2.8.16",
"description": "A Discord.js module to simplify your music commands and play songs with audio filters on Discord without any API key. Support YouTube, SoundCloud, Bandcamp, Facebook, and 700+ more sites",

@@ -45,17 +45,19 @@ "main": "src/DisTube.js",

"@distube/ytdl": "^2.0.6",
"@distube/ytpl": "^1.0.11",
"@distube/ytsr": "^1.1.0",
"ytdl-core": "^4.8.2"
"@distube/ytpl": "^1.0.12",
"@distube/ytsr": "^1.1.5",
"ytdl-core": "^4.9.1"
},
"devDependencies": {
"@discordjs/opus": "^0.5.0",
"@types/node": "^15.6.1",
"@discordjs/opus": "^0.5.3",
"@types/node": "^16.4.13",
"discord.js": "^12.5.3",
"discord.js-docgen": "github:distubejs/docgen",
"typescript": "^4.3.2"
"typescript": "^4.3.5"
},
"peerDependencies": {
"discord.js": "12"
},
"engines": {
"discord.js": "12||13||^13.0.0-0",
"node": ">=12"
}
}

@@ -0,0 +0,0 @@ <div align="center">

@@ -439,3 +439,3 @@ const ytdl = require("@distube/ytdl"),

* @param {Discord.Snowflake|Discord.Message} message The guild ID or message from guild channel.
* @returns {Queue} The guild queue
* @returns {Queue?} The guild queue
* @example

@@ -442,0 +442,0 @@ * client.on('message', (message) => {

@@ -0,0 +0,0 @@ const formatInt = int => {

@@ -0,0 +0,0 @@ /* eslint no-unused-vars: "off" */

@@ -0,0 +0,0 @@ /* eslint no-unused-vars: "off" */

@@ -0,0 +0,0 @@ /* eslint no-unused-vars: "off" */

@@ -0,0 +0,0 @@ /* eslint-disable complexity */

@@ -0,0 +0,0 @@ export = DisTube;

export function formatDuration(milliseconds: any): string;
export function toSecond(string: any): number;

@@ -0,0 +0,0 @@ export = Playlist;

@@ -0,0 +0,0 @@ export = Queue;

@@ -0,0 +0,0 @@ export = SearchResult;

@@ -0,0 +0,0 @@ export = Song;

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc