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.3.4-beta to 1.3.4

6

dist/index.js

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

this.context.player.debug(
info.contents?.contents ? `Signed into YouTube using the name: ${info.contents.contents[0]?.account_name?.text ?? "UNKNOWN ACCOUNT"}` : `Signed into YouTube using the client name: ${this.innerTube.session.client_name}@${this.innerTube.session.client_version}`
info.contents?.contents ? `Signed into YouTube using the name: ${info.contents.contents[0].is(import_youtubei3.YTNodes.AccountItem) ? info.contents.contents[0].as(import_youtubei3.YTNodes.AccountItem).account_name.text ?? "UNKNOWN ACCOUNT" : "UNKNOWN ACCOUNT"}` : `Signed into YouTube using the client name: ${this.innerTube.session.client_name}@${this.innerTube.session.client_version}`
);

@@ -853,3 +853,3 @@ } catch (error) {

var import_bgutils_js = require("bgutils-js");
var import_jsdom = require("jsdom");
var import_happy_dom = require("happy-dom");
var HARD_CODED_REQ_KEY = "O43z0dpjhgX20SCx4KAo";

@@ -860,3 +860,3 @@ async function poTokenExtraction(innertube) {

throw new Error("Innertube instance does not contain visitor data");
const { window } = new import_jsdom.JSDOM();
const window = new import_happy_dom.Window();
Object.assign(globalThis, {

@@ -863,0 +863,0 @@ document: window.document,

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

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

"@discord-player/extractor": "^4.5.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.7.5",
"bgutils-js": "^3.1.0",
"discord-player": "^6.7.1",
"discord.js": "^14.16.3",
"jsdom": "^25.0.1",
"prettier": "^3.3.3",

@@ -26,5 +23,7 @@ "tsup": "^8.2.4",

"dependencies": {
"bgutils-js": "^3.1.0",
"happy-dom": "^15.7.4",
"tiny-typed-emitter": "^2.1.0",
"undici": "^6.20.0",
"youtubei.js": "^10.5.0"
"youtubei.js": "^11.0.1"
},

@@ -31,0 +30,0 @@ "scripts": {

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