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
1
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.5-beta.1 to 1.2.5-beta.2

13

dist/index.js

@@ -66,10 +66,7 @@ "use strict";

var import_youtubei = require("youtubei.js");
function createReadableFromWeb(readStream) {
const readable = new import_stream.Readable();
(async () => {
for await (const chunk of import_youtubei.Utils.streamToIterable(readStream)) {
readable.push(chunk);
}
readable.push(null);
})();
async function createReadableFromWeb(readStream) {
const readable = new import_stream.PassThrough();
for await (const chunk of import_youtubei.Utils.streamToIterable(readStream)) {
readable.write(chunk);
}
return readable;

@@ -76,0 +73,0 @@ }

{
"name": "discord-player-youtubei",
"version": "1.2.5-beta.1",
"version": "1.2.5-beta.2",
"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