New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.0.1 to 1.0.2

.gitpod.yml

2

package.json
{
"name": "poru",
"version": "1.0.1",
"version": "1.0.2",
"description": "A stable and powefull lavalink client with so many features",

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

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

if (typeof pause !== "boolean") throw new RangeError("Pause function must be pass with boolean value.");
if (this.paused || !this.queue.size) return this;
this.playing = !pause;
this.paused = pause;
this.node.send({

@@ -107,2 +105,5 @@ op: "pause",

});
this.playing = !pause;
this.paused = pause;
return this;

@@ -109,0 +110,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