rickroll-detector
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -5,2 +5,3 @@ const request = require('request'); | ||
isRick: async function isRick(input) { | ||
try{ | ||
if (!input) throw new Error('No Input provided!'); | ||
@@ -40,3 +41,5 @@ if (typeof input !== 'string') | ||
}catch(err){ | ||
console.log(err) | ||
} | ||
} | ||
} |
{ | ||
"name": "rickroll-detector", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "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
2175
40