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

detect-mobile-browser

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

detect-mobile-browser - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

2

detect-browser.js

@@ -111,3 +111,3 @@ /**

if(typeof window === 'function') {
if(typeof window === 'function' || typeof window === 'object') {
SmartPhone.setUserAgent(navigator.userAgent);

@@ -114,0 +114,0 @@ }

{
"name": "detect-mobile-browser",
"version": "3.1.2",
"version": "3.1.3",
"description": "It is a very simple & small javascript plugin to detect all major modern mobile browsers.",

@@ -5,0 +5,0 @@ "main": "detect-browser.js",

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