@shopify/browser
Advanced tools
Comparing version 0.0.2-sknext-beta.2 to 0.0.8-sknext-beta.8
@@ -18,11 +18,3 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "BrowserDetails", { | ||
enumerable: true, | ||
get: function get() { | ||
return _types.BrowserDetails; | ||
} | ||
}); | ||
var _browser = require("./browser"); | ||
var _types = require("./types"); | ||
var _browser = require("./browser"); |
@@ -18,11 +18,3 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "BrowserDetails", { | ||
enumerable: true, | ||
get: function () { | ||
return _types.BrowserDetails; | ||
} | ||
}); | ||
var _browser = require("./browser"); | ||
var _types = require("./types"); | ||
var _browser = require("./browser"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.asPlainObject = exports.Browser = void 0; | ||
var ua_parser_js_1 = require("ua-parser-js"); | ||
@@ -16,3 +17,3 @@ var MOBILE_DEVICE_TYPES = ['mobile', 'tablet']; | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -24,3 +25,3 @@ }); | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -37,3 +38,3 @@ }); | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -45,3 +46,3 @@ }); | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -53,3 +54,3 @@ }); | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -61,3 +62,3 @@ }); | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -69,3 +70,3 @@ }); | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -77,3 +78,3 @@ }); | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -85,3 +86,3 @@ }); | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -93,3 +94,3 @@ }); | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -101,3 +102,3 @@ }); | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -109,3 +110,3 @@ }); | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -117,3 +118,3 @@ }); | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -125,3 +126,3 @@ }); | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -133,3 +134,3 @@ }); | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -141,3 +142,3 @@ }); | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -153,3 +154,3 @@ }); | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -156,0 +157,0 @@ }); |
export { Browser, asPlainObject } from './browser'; | ||
export { BrowserDetails } from './types'; | ||
export type { BrowserDetails } from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var browser_1 = require("./browser"); | ||
exports.Browser = browser_1.Browser; | ||
exports.asPlainObject = browser_1.asPlainObject; | ||
Object.defineProperty(exports, "Browser", { enumerable: true, get: function () { return browser_1.Browser; } }); | ||
Object.defineProperty(exports, "asPlainObject", { enumerable: true, get: function () { return browser_1.asPlainObject; } }); |
{ | ||
"name": "@shopify/browser", | ||
"version": "0.0.2-sknext-beta.2", | ||
"version": "0.0.8-sknext-beta.8", | ||
"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
31220
595