Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@shopify/browser

Package Overview
Dependencies
Maintainers
19
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/browser - npm Package Compare versions

Comparing version 1.1.0-sk-next-beta.0 to 1.1.0-sk-next-beta.1

11

build/cjs/browser.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc