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

shunko

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shunko - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

package.json
{
"name": "shunko",
"version": "2.0.1",
"version": "2.0.2",
"description": "A powerful lavalink wrapper around shoukaku",

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

@@ -17,2 +17,4 @@ const Queue = require('./Queue');

this.base_shoukaku = options.BaseShoukaku;
/** @type {string} */

@@ -298,4 +300,3 @@ this.guildId = options.guildId;

destroy() {
this.disconnect();
this.shoukaku.destroy();
this.base_shoukaku.connections.delete(this.guildId);
this.shoukaku.removeAllListeners();

@@ -302,0 +303,0 @@ this.manager.players.delete(this.guildId);

@@ -70,2 +70,3 @@ const { EventEmitter } = require('events');

volume: `${options.volume}` || '80',
BaseShoukaku: this.shoukaku,
ShoukakuPlayer

@@ -72,0 +73,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