genius-lyrics-api
Advanced tools
Comparing version 2.0.0 to 2.0.1
const checkOptions = (apiKey, title, artist) => { | ||
switch (undefined) { | ||
case apiKey: | ||
switch ('undefined') { | ||
case typeof apiKey: | ||
throw '"apiKey" property is missing from options'; | ||
case title: | ||
case typeof title: | ||
throw '"title" property is missing from options'; | ||
case artist: | ||
case typeof artist: | ||
throw '"artist" property is missing from options'; | ||
@@ -9,0 +9,0 @@ default: |
{ | ||
"name": "genius-lyrics-api", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "author": "Faisal Arshed", |
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
6394