is-image-url
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -8,3 +8,3 @@ var request = require('sync-request'); | ||
if (!url) return false; | ||
if (!isUrl(url)) return false; | ||
if (!isUrl(url)) return isImage(url); | ||
var pathname = urlParse(url).pathname; | ||
@@ -11,0 +11,0 @@ if (!pathname) return false; |
{ | ||
"name": "is-image-url", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Check if a url is an image", | ||
@@ -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
4448