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 2.0.9 to 3.0.0-a3-beta.1

5

build/cjs/browser.js

@@ -70,2 +70,7 @@ 'use strict';

get isAndroid() {
const os = this.ua.getOS();
return os.name && os.name.includes('Android');
}
get isFirefox() {

@@ -72,0 +77,0 @@ return this.name === 'Firefox';

1

build/ts/browser.d.ts

@@ -23,2 +23,3 @@ export interface Options {

get isAndroidChrome(): any;
get isAndroid(): any;
get isFirefox(): boolean;

@@ -25,0 +26,0 @@ get isIE(): any;

9

package.json
{
"name": "@shopify/browser",
"version": "2.0.9",
"version": "3.0.0-a3-beta.1",
"license": "MIT",

@@ -24,3 +24,3 @@ "description": "Utilities for extracting browser information from user-agents",

"engines": {
"node": ">=12.14.0"
"node": "^14.17.0 || >=16.0.0"
},

@@ -45,6 +45,5 @@ "files": [

"require": "./index.js"
},
"./*": "./*"
}
},
"gitHead": "70feded397084daea784a8c5a523a61ac4fdb34c"
"gitHead": "2cf1b229fc5896bbaa43eb4097d0f4a6228f8f96"
}

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

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