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

ytmusic_api_unofficial

Package Overview
Dependencies
Maintainers
0
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.7 to 2.0.8

5

dist/utils/utils.js

@@ -533,4 +533,7 @@ "use strict";

var _a, _b;
if (!res.streamingData)
if (!res.streamingData) {
if (process.env.YT_DEBUG_MODE === "true")
console.log('gP_dv', res);
return reject((0, error_1.error)(2004, (0, responseBuilder_1.nav)(res, ['playabilityStatus', 'status'], true) || (0, responseBuilder_1.nav)(res, ['playabilityStatus', 'messages', 0, 'message'], true) || 'Unknown error'));
}
const items = { videos: [], audios: [] };

@@ -537,0 +540,0 @@ for (const item of res.streamingData.adaptiveFormats) {

2

package.json
{
"name": "ytmusic_api_unofficial",
"version": "2.0.7",
"version": "2.0.8",
"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