Socket
Socket
Sign inDemoInstall

useragent

Package Overview
Dependencies
1
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.5 to 2.1.6

2

index.js

@@ -534,3 +534,3 @@ 'use strict';

details.opera = true;
} else if (~ua.indexOf('trident')) {
} else if (~ua.indexOf('trident') || ~ua.indexOf('msie')) {
details.ie = true;

@@ -537,0 +537,0 @@ } else if (~ua.indexOf('mozilla') && !~ua.indexOf('compatible')) {

{
"name": "useragent",
"version": "2.1.5",
"version": "2.1.6",
"description": "Fastest, most accurate & effecient user agent string parser, uses Browserscope's research for parsing",

@@ -5,0 +5,0 @@ "author": "Arnout Kazemier",

Sorry, the diff of this file is not supported yet

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc