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.5.0 to 3.5.1

2

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

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

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

try{
if (!this.currentTrack.track) {

@@ -88,2 +90,8 @@ this.currentTrack = await this.currentTrack.resolve(this.manager);

return this;
}catch(e){
this.manager.emit("trackError", this, this.currentTrack, null);
}
}

@@ -90,0 +98,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