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.5 to 2.0.6

2

dist/index.js

@@ -199,5 +199,5 @@ "use strict";

function getPlayers(query) {
return (0, utils_1.getPlayers_dv)(query);
return (0, utils_1.getPlayers_dv)((0, utils_1.getYTIdFromText)(query).isValidId ? (0, utils_1.getYTIdFromText)(query).id : query);
}
exports.getPlayers = getPlayers;
//# sourceMappingURL=index.js.map
{
"name": "ytmusic_api_unofficial",
"version": "2.0.5",
"version": "2.0.6",
"description": "A simple API to get music from YouTube Music",

@@ -41,3 +41,3 @@ "scripts": {

"axios": "^1.7.2",
"cookie": "^0.6.0",
"cookie": "^1.0.1",
"node-cache": "^5.1.2",

@@ -44,0 +44,0 @@ "sha1": "^1.1.1"

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