@shopify/browser
Advanced tools
Comparing version 1.1.0-sk-next-beta.0 to 1.1.0-sk-next-beta.1
@@ -17,4 +17,2 @@ "use strict"; | ||
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } | ||
var MOBILE_DEVICE_TYPES = ['mobile', 'tablet']; | ||
@@ -127,8 +125,5 @@ | ||
_defineProperty(this, "userAgent", void 0); | ||
_defineProperty(this, "supported", void 0); | ||
_defineProperty(this, "ua", void 0); | ||
this.userAgent = void 0; | ||
this.supported = void 0; | ||
this.ua = void 0; | ||
this.userAgent = userAgent; | ||
@@ -135,0 +130,0 @@ this.supported = supported; |
@@ -11,4 +11,2 @@ "use strict"; | ||
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } | ||
const MOBILE_DEVICE_TYPES = ['mobile', 'tablet']; | ||
@@ -101,8 +99,5 @@ | ||
}) { | ||
_defineProperty(this, "userAgent", void 0); | ||
_defineProperty(this, "supported", void 0); | ||
_defineProperty(this, "ua", void 0); | ||
this.userAgent = void 0; | ||
this.supported = void 0; | ||
this.ua = void 0; | ||
this.userAgent = userAgent; | ||
@@ -109,0 +104,0 @@ this.supported = supported; |
{ | ||
"name": "@shopify/browser", | ||
"version": "1.1.0-sk-next-beta.0", | ||
"version": "1.1.0-sk-next-beta.1", | ||
"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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
31608
595