Socket
Socket
Sign inDemoInstall

genius-lyrics-api

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

genius-lyrics-api - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

4

package.json
{
"name": "genius-lyrics-api",
"version": "3.0.4",
"version": "3.0.5",
"main": "index.js",

@@ -17,3 +17,3 @@ "author": {

"dependencies": {
"axios": "^0.19.0",
"axios": "^0.21.1",
"cheerio-without-node-native": "0.20.2"

@@ -20,0 +20,0 @@ },

@@ -98,3 +98,3 @@ # genius-lyrics-api [![npm version](https://img.shields.io/npm/v/genius-lyrics-api.svg?style=flat)](https://www.npmjs.com/package/genius-lyrics-api)

Accepts an [options](#types) object. <br/>
Returns a promise that resolves to a string containing a url to the song's album art. Returns `null` if no url is found.
Returns a promise that resolves to a url (string) to the song's album art. Returns `null` if no url is found.

@@ -114,3 +114,3 @@ ### `getSong(options)`

Accepts a valid Genius song ID. IDs can be found using the `searchSong` method. <br/>
Returns a promise that resolves to an object of type [song](#types).
Returns a promise that resolves to an array of type [song](#types).

@@ -117,0 +117,0 @@ ## Support

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