is-image-url
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -18,2 +18,3 @@ 'use strict'; | ||
if (isImage(pathname)) return true; | ||
if (/styles/i.test(pathname)} return false; | ||
try { | ||
@@ -20,0 +21,0 @@ if (!accurate) return false; |
{ | ||
"name": "is-image-url", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"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
4736
29