@capacitor-community/facebook-login
Advanced tools
Comparing version 6.1.0-1 to 6.1.0-2
@@ -35,2 +35,6 @@ export interface AccessToken { | ||
tracking?: 'limited' | 'enabled'; | ||
/** | ||
* A random string used to verify the identity of the person who is logging in. | ||
* This requires raw string, not sha256 hash. | ||
*/ | ||
nonce?: string; | ||
@@ -37,0 +41,0 @@ }): Promise<LimitedFacebookLoginResponse>; |
{ | ||
"name": "@capacitor-community/facebook-login", | ||
"version": "6.1.0-1", | ||
"version": "6.1.0-2", | ||
"description": "A native plugin for Facebook Login", | ||
@@ -5,0 +5,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
97464
876