New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

discord-player-youtubei

Package Overview
Dependencies
Maintainers
0
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord-player-youtubei - npm Package Compare versions

Comparing version 1.2.0-beta.2 to 1.2.0-beta.3

2

dist/index.js

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

if (this.options.rotator.rotationStrategy === "shard") {
const tokenToUse = (this.options.rotator.currentShard - 1) % this.options.rotator.authentications.length;
const tokenToUse = this.options.rotator.currentShard % this.options.rotator.authentications.length;
this.context.player.debug(`Shard count is ${this.options.rotator.currentShard} thus using rotator.authentication[${tokenToUse}]`);

@@ -127,0 +127,0 @@ await this.#signIn(this.options.rotator.authentications[tokenToUse]);

{
"name": "discord-player-youtubei",
"version": "1.2.0-beta.2",
"version": "1.2.0-beta.3",
"description": "An unofficial package to test the use of youtubei in discord-player v6.",

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

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