u2f-api-polyfill
Advanced tools
Comparing version 0.4.2 to 0.4.3
{ | ||
"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; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24703