detect-mobile-browser
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -111,3 +111,3 @@ /** | ||
if(typeof window === 'function') { | ||
if(typeof window === 'function' || typeof window === 'object') { | ||
SmartPhone.setUserAgent(navigator.userAgent); | ||
@@ -114,0 +114,0 @@ } |
{ | ||
"name": "detect-mobile-browser", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "It is a very simple & small javascript plugin to detect all major modern mobile browsers.", | ||
@@ -5,0 +5,0 @@ "main": "detect-browser.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
239265