Socket
Socket
Sign inDemoInstall

shoukaku

Package Overview
Dependencies
11
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.0 to 3.3.1

2

dist/package.json
{
"name": "shoukaku",
"version": "3.3.0",
"version": "3.3.1",
"description": "A stable and updated wrapper around Lavalink",

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

@@ -254,3 +254,3 @@ "use strict";

this.reconnects++;
this.emit("reconnecting", this.name, `[Socket] -> [${this.name}] : Reconnecting in ${this.manager.options.reconnectInterval}ms. ${this.manager.options.reconnectTries - this.reconnects} tries left`, this.reconnect, this.manager.options.reconnectInterval, this.manager.options.reconnectTries - this.reconnects);
this.emit('reconnecting', this.name, `[Socket] -> [${this.name}] : Reconnecting in ${this.manager.options.reconnectInterval}ms. ${this.manager.options.reconnectTries - this.reconnects} tries left`, this.reconnect, this.manager.options.reconnectInterval, this.manager.options.reconnectTries - this.reconnects);
this.emit('debug', this.name, `[Socket] -> [${this.name}] : Reconnecting in ${this.manager.options.reconnectInterval}ms. ${this.manager.options.reconnectTries - this.reconnects} tries left`);

@@ -257,0 +257,0 @@ setTimeout(() => this.connect(), this.manager.options.reconnectInterval);

{
"name": "shoukaku",
"version": "3.3.0",
"version": "3.3.1",
"description": "A stable and updated wrapper around Lavalink",

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

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