Comparing version 0.0.5 to 0.0.6
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"author": "Gustaf Räntilä <g.rantila@gmail.com>", | ||
@@ -8,0 +8,0 @@ "repository": { |
@@ -9,3 +9,3 @@ # u2f-api | ||
U2F is tested to work with newer versions of Chrome for Mac. It doesn't work very well with | ||
U2F is tested to work with newer versions of Chrome for Mac. It doesn't work very well in Windows, and most other browsers don't support it, like Opera, Firefox and Safari. | ||
@@ -107,3 +107,3 @@ ### Basics | ||
return u2fApi.sign( signRequestsFromServer ) | ||
.then( sendSignResponseToServer ) | ||
.then( sendSignResponseToServer ); | ||
} | ||
@@ -110,0 +110,0 @@ else |
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
19150