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

@pwabuilder/pwainstall

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pwabuilder/pwainstall - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

2

package.json
{
"name": "@pwabuilder/pwainstall",
"version": "1.2.4",
"version": "1.2.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/pwa-install.js",

@@ -534,3 +534,8 @@ import {

// handle iOS specifically
this.isIOS = navigator.userAgent.includes('iPhone') || navigator.userAgent.includes('iPad');
// this includes the regular iPad
// and the iPad pro
// but not macOS
this.isIOS = navigator.userAgent.includes('iPhone')
|| navigator.userAgent.includes('iPad')
|| navigator.userAgent.includes('Macintosh') && navigator.maxTouchPoints && navigator.maxTouchPoints > 2;

@@ -537,0 +542,0 @@ this.installed = false;

Sorry, the diff of this file is too big to display

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