@types/gapi.auth2
Advanced tools
Comparing version 0.0.55 to 0.0.56
@@ -15,7 +15,3 @@ // Type definitions for non-npm package Google Sign-In API 0.0 | ||
*/ | ||
class GoogleAuth { | ||
isSignedIn: IsSignedIn; | ||
currentUser: CurrentUser; | ||
class GoogleAuth extends GoogleAuthBase { | ||
/** | ||
@@ -25,4 +21,10 @@ * Calls the onInit function when the GoogleAuth object is fully initialized, or calls the onFailure function if | ||
*/ | ||
then(onInit: (googleAuth: GoogleAuth) => any, onFailure?: (reason: {error: string, details: string}) => any): any; | ||
then(onInit: (googleAuth: GoogleAuthBase) => any, onFailure?: (reason: {error: string, details: string}) => any): any; | ||
} | ||
class GoogleAuthBase { | ||
isSignedIn: IsSignedIn; | ||
currentUser: CurrentUser; | ||
/** | ||
@@ -29,0 +31,0 @@ * Signs in the user using the specified options. |
{ | ||
"name": "@types/gapi.auth2", | ||
"version": "0.0.55", | ||
"version": "0.0.56", | ||
"description": "TypeScript definitions for Google Sign-In API", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gapi.auth2", | ||
}, | ||
"typesPublisherContentHash": "4676c7edbd90576b4ac537568bfa12c3278cc802b9ed140255267560586ce121", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "be8588ac479874a7348f2cb4a3b88ba00a318feb2eaa8518ac9531d7922bc6e6", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 20:33:02 GMT | ||
* Last updated: Mon, 17 Jan 2022 20:01:35 GMT | ||
* Dependencies: [@types/gapi](https://npmjs.com/package/@types/gapi) | ||
@@ -14,0 +14,0 @@ * Global values: `gapi` |
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
15279
324