distube-f 0.0.1-security → 4.1.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of distube-f might be problematic. Click here for more details.

package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2020 Skick
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,5 +1,55 @@
1
- # Security holding package
1
+ <div align="center">
2
+ <p>
3
+ <a href="https://www.npmjs.com/package/distube" target="_blank"><img src="https://nodei.co/npm/distube.png?downloads=true&downloadRank=true&stars=true"></a>
4
+ </p>
5
+ <p>
6
+ <a href="https://github.com/skick1234/DisTube/actions" target="_blank"><img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/skick1234/DisTube/test.yml?branch=main&label=Tests&logo=github&style=flat-square"></a>
7
+ <a href="https://nodejs.org/" target="_blank"><img alt="node-current" src="https://img.shields.io/node/v/distube?logo=node.js&logoColor=white&style=flat-square"></a>
8
+ <a href="https://discord.js.org/" target="_blank"><img alt="npm peer dependency version" src="https://img.shields.io/npm/dependency-version/distube/peer/discord.js?label=discord.js&logo=discord&logoColor=white&style=flat-square"></a>
9
+ <a href="https://depfu.com/github/skick1234/DisTube?project_id=36112" target="_blank"><img alt="Depfu" src="https://img.shields.io/depfu/dependencies/github/skick1234/DisTube?style=flat-square"></a>
10
+ <a href="https://app.codecov.io/gh/skick1234/DisTube" target="_blank"><img alt="Codecov branch" src="https://img.shields.io/codecov/c/github/skick1234/DisTube/main?logo=codecov&logoColor=white&style=flat-square&token=WWDYRRSEQW"></a>
11
+ <br>
12
+ <a href="https://www.npmjs.com/package/distube" target="_blank"><img alt="npm" src="https://img.shields.io/npm/dt/distube?logo=npm&style=flat-square"></a>
13
+ <a href="https://github.com/skick1234/DisTube/stargazers" target="_blank"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/skick1234/DisTube?logo=github&logoColor=white&style=flat-square"></a>
14
+ <a href="https://discord.gg/feaDd9h" target="_blank"><img alt="Discord" src="https://img.shields.io/discord/732254550689316914?logo=discord&logoColor=white&style=flat-square"></a>
15
+ </p>
16
+ </div>
2
17
 
3
- This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
18
+ # DisTube
4
19
 
5
- Please refer to www.npmjs.com/advisories?search=distube-f for more information.
20
+ The fatest Discord.js module to simplify your music commands and play songs with audio filters on Discord without any API key.
21
+
22
+ ## Features
23
+
24
+ - Based on `@discordjs/voice`
25
+ - Easy to use and customize
26
+ - Support YouTube and audio link
27
+ - Audio filters (bassboost, nightcore, vaporwave,...)
28
+ - Autoplay related songs
29
+ - Plugin system to support more sites ([Plugin List](https://distube.js.org/#/docs/DisTube/stable/plugin/list))
30
+
31
+ ## Requirement
32
+
33
+ - Node.js 16.9.0 or higher
34
+ - [discord.js](https://discord.js.org) v14
35
+ - [@discordjs/voice](https://github.com/discordjs/voice)
36
+ - [FFmpeg](https://www.ffmpeg.org/download.html)
37
+ - [@discordjs/opus](https://github.com/discordjs/opus)
38
+ - [sodium](https://www.npmjs.com/package/sodium) or [libsodium-wrappers](https://www.npmjs.com/package/libsodium-wrappers)
39
+
40
+ ## Installation
41
+
42
+ ```npm
43
+ npm install distube@latest
44
+ ```
45
+
46
+ ## Documentation
47
+
48
+ Read DisTube's definitions, properties and events details in the [Documentation page](https://distube.js.org/).
49
+
50
+ Learn how to build a music bot from scratch with [DisTube Guide](https://distube.js.org/guide)
51
+
52
+ ## Example Bot
53
+
54
+ - [DisTube Bot](https://skick.xyz/DisTube) - A music bot with reaction controller, filters, DJ mode, user's custom playlist and voting.
55
+ - [DisTube Example](https://github.com/distubejs/example) - Example bot with simple command handler.