Comparing version 0.0.6 to 0.0.7
@@ -68,2 +68,8 @@ 'use strict'; | ||
if ( navigator.userAgent.match(/Safari\//) | ||
&& !navigator.userAgent.match(/Chrome\//) ) | ||
{ | ||
return Promise.reject( new Error( "U2F not supported" ) ); | ||
} | ||
return defer( Promise, coreApi.isSupported ).promise; | ||
@@ -70,0 +76,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"author": "Gustaf Räntilä <g.rantila@gmail.com>", | ||
@@ -8,0 +8,0 @@ "repository": { |
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
19308
488