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

u2f-api-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

u2f-api-polyfill - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

2

package.json
{
"name": "u2f-api-polyfill",
"main": "u2f-api-polyfill.js",
"version": "0.4.2",
"version": "0.4.3",
"authors": [

@@ -6,0 +6,0 @@ "arnar"

@@ -14,3 +14,3 @@

(function (){
var isChrome = 'chrome' in window && !window.navigator.userAgent.includes('Edge');
var isChrome = 'chrome' in window && window.navigator.userAgent.indexOf('Edge') < 0;
if ('u2f' in window || !isChrome) {

@@ -17,0 +17,0 @@ return;

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