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.4 to 2.0.5

5

dist/utils/utils.js

@@ -145,4 +145,3 @@ "use strict";

ranking += 50;
else if (item.isAudioOnly) {
ranking += 20;
else {
const topResult = data.find((x) => x.isTopResult);

@@ -156,2 +155,4 @@ if (topResult) {

}
if (item.isAudioOnly)
ranking += 20;
item.searchRanking = ranking;

@@ -158,0 +159,0 @@ }

2

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

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