@shopify/browser
Advanced tools
Comparing version 3.1.3 to 3.2.0
@@ -46,2 +46,6 @@ 'use strict'; | ||
get isShopifyPOSApp() { | ||
return this.ua.getUA().includes('Shopify POS/', 0); | ||
} | ||
get os() { | ||
@@ -48,0 +52,0 @@ return this.ua.getOS().name || ''; |
@@ -17,2 +17,3 @@ export interface Options { | ||
get isNativeApp(): any; | ||
get isShopifyPOSApp(): any; | ||
get os(): any; | ||
@@ -19,0 +20,0 @@ get isWindows(): any; |
{ | ||
"name": "@shopify/browser", | ||
"version": "3.1.3", | ||
"version": "3.2.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Utilities for extracting browser information from user-agents", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
20183
246