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

ytmusic_api_unofficial

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ytmusic_api_unofficial - npm Package Compare versions

Comparing version 2.0.0-beta.1.6.2 to 2.0.0-beta.1.6.3

4

dist/utils/utils.js

@@ -300,3 +300,5 @@ "use strict";

searchResult.name = response.title + " - AutoMix";
searchResult.musics = ((0, responseBuilder_1.nav)(response, ["contents"], true) || []).map((e) => parseSongFromFollowList(e.playlistPanelVideoRenderer));
searchResult.musics = ((0, responseBuilder_1.nav)(response, ["contents"], true) || []).filter((e) => e.playlistPanelVideoRenderer).map((e) => {
parseSongFromFollowList(e.playlistPanelVideoRenderer);
});
}

@@ -303,0 +305,0 @@ if (["playlist"].includes(type)) {

{
"name": "ytmusic_api_unofficial",
"version": "2.0.0-beta.1.6.2",
"version": "2.0.0-beta.1.6.3",
"description": "A simple API to get music from YouTube Music",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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