Comparing version 1.1.0 to 1.1.1
@@ -1,1 +0,1 @@ | ||
export declare function isMobile(ua?: string): boolean; | ||
export declare function isMobile(ua?: string|object, opts?: object): boolean; |
{ | ||
"name": "is-mobile", | ||
"description": "Check if mobile browser.", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
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
5549