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

iyoutube

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iyoutube - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

2

output/interfaces/Playlist.js

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

this.description = helpers_1.default.recursiveSearchForKey("text", descriptionContainer).join("");
const thumbnailsContainer = helpers_1.default.recursiveSearchForKey("thumbnails", primaryInfoRendererContainer);
const thumbnailsContainer = helpers_1.default.recursiveSearchForKey("thumbnails", primaryInfoRendererContainer)[0];
if (thumbnailsContainer)

@@ -82,0 +82,0 @@ this.thumbnails = thumbnailsContainer;

{
"name": "iyoutube",
"version": "0.0.24",
"version": "0.0.25",
"description": "The ultimate unofficial YouTube API Client for Javascript",

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

@@ -102,3 +102,3 @@ import helpers from "../fetchers/helpers";

const thumbnailsContainer = helpers.recursiveSearchForKey("thumbnails", primaryInfoRendererContainer);
const thumbnailsContainer = helpers.recursiveSearchForKey("thumbnails", primaryInfoRendererContainer)[0];
if(thumbnailsContainer)

@@ -105,0 +105,0 @@ this.thumbnails = thumbnailsContainer;

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