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.31 to 0.1.32

2

lib/providers/atozlyrics.js

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

if (!name) return null
const result = await fetch(`https://search.azlyrics.com/search.php?q=${name}`)
const result = await fetch(`https://search.azlyrics.com/search.php?q=${encodeURI(name)}`)
.then(res => res.text())

@@ -66,0 +66,0 @@ .catch(console.error)

{
"name": "slyrics",
"version": "0.1.31",
"version": "0.1.32",
"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