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

slyrics

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slyrics - npm Package Compare versions

Comparing version 0.1.32 to 0.1.40

5

lib/providers/atozlyrics.js

@@ -39,3 +39,4 @@ const fetch = require('node-fetch')

}
} catch {
} catch (e) {
console.log(e)
return getnullObject(provider, true)

@@ -69,3 +70,3 @@ }

const $ = cheerio.load(result)
for (const item of $('body > div.container.main-page > div > div > div > table > tbody > tr').children('.visitedlyr').toArray()) {
for (const item of $($('.panel-heading').children('b').toArray().filter(el => $(el).text() === 'Song results:')[0]).parents('.panel').children('table').children('tbody').children('tr').children('.visitedlyr').toArray()) {
array.push({

@@ -72,0 +73,0 @@ title: $(item).children('a').text(),

2

package.json
{
"name": "slyrics",
"version": "0.1.32",
"version": "0.1.40",
"description": "Fetch Lyrics Without Api Key",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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