Comparing version 0.1.31 to 0.1.32
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8479