Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

youtubei.js

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youtubei.js - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

lib/Innertube.js

@@ -308,3 +308,5 @@ 'use strict';

response.data.pipe(stream, { end: true });
response.data.on('end', () => setTimeout(() => stream.emit('end'), 500));
response.data.pipe(stream, { end: false });
} else {

@@ -311,0 +313,0 @@ const chunk_size = 1048576 * 10; // 10MB

{
"name": "youtubei.js",
"version": "1.1.0",
"version": "1.1.1",
"description": "An object-oriented library that allows you to search, get detailed info about videos, subscribe, unsubscribe, like, dislike, comment, download videos and much more!",

@@ -5,0 +5,0 @@ "main": "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