Socket
Socket
Sign inDemoInstall

@braintree/browser-detection

Package Overview
Dependencies
0
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.17.1 to 1.17.2

2

dist/is-edge.js
"use strict";
module.exports = function isEdge(ua) {
ua = ua || window.navigator.userAgent;
return ua.indexOf("Edge/") !== -1;
return ua.indexOf("Edge/") !== -1 || ua.indexOf("Edg/") !== -1;
};
{
"name": "@braintree/browser-detection",
"version": "1.17.1",
"version": "1.17.2",
"description": "A small lib to detect browser compatibility for braintree products",

@@ -5,0 +5,0 @@ "main": "dist/browser-detection.js",

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