@types/gapi.auth2
Advanced tools
Comparing version 0.0.45 to 0.0.46
@@ -30,3 +30,3 @@ // Type definitions for Google Sign-In API 0.0 | ||
*/ | ||
signIn(options?: SigninOptions | SigninOptionsBuilder): any; | ||
signIn(options?: SigninOptions | SigninOptionsBuilder): Promise<GoogleUser>; | ||
@@ -33,0 +33,0 @@ /** |
{ | ||
"name": "@types/gapi.auth2", | ||
"version": "0.0.45", | ||
"version": "0.0.46", | ||
"description": "TypeScript definitions for Google Sign-In API", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "865b42bf89251efb12e30d1d1b167e3d66bee81f0c7227ab0dd481b0c494510f", | ||
"typesPublisherContentHash": "cb3786330e58094f37ff660334a06a279212208c8879a6524e61ccf0cd7fb8d4", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 04 Oct 2017 15:58:35 GMT | ||
* Last updated: Tue, 28 Nov 2017 00:21:33 GMT | ||
* Dependencies: 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
14110