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

poru

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

poru - npm Package Compare versions

Comparing version 3.4.0 to 3.5.0

2

package.json
{
"name": "poru",
"version": "3.4.0",
"version": "3.5.0",
"description": "A stable and powerfull lavalink client around node.js",

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

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

if (this.queue.length === 0) {
this.isPlaying = false;
return this.manager.emit("queueEnd", this, this.track, data);

@@ -343,2 +344,3 @@ } else if (this.queue.length > 0) {

}
this.isPlaying = false;
this.manager.emit("queueEnd", this, this.currentTrack, data);

@@ -345,0 +347,0 @@ },

@@ -96,3 +96,3 @@ const { EventEmitter } = require("events");

const node = this.nodes.get(indetifier);
const node = this.nodes.get(identifier);
if (!node) throw new Error("The node identifier you provided is not found");

@@ -99,0 +99,0 @@ if (!node.isConnected) node.connect();

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