Socket
Socket
Sign inDemoInstall

@types/gapi.auth2

Package Overview
Dependencies
1
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.52 to 0.0.53

6

gapi.auth2/index.d.ts

@@ -298,3 +298,3 @@ // Type definitions for non-npm package Google Sign-In API 0.0

*/
signIn(options?: SigninOptions | SigninOptionsBuilder): any;
signIn(options?: SigninOptions | SigninOptionsBuilder): Promise<any>;

@@ -304,3 +304,3 @@ /**

*/
grant(options?: SigninOptions | SigninOptionsBuilder): any;
grant(options?: SigninOptions | SigninOptionsBuilder): Promise<any>;

@@ -312,3 +312,3 @@ /**

*/
grantOfflineAccess(scopes: string): void;
grantOfflineAccess(scopes: string): Promise<{code: string}>;

@@ -315,0 +315,0 @@ /**

{
"name": "@types/gapi.auth2",
"version": "0.0.52",
"version": "0.0.53",
"description": "TypeScript definitions for Google Sign-In API",

@@ -24,4 +24,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "f44d711f91452b54ba5cb0f93d9458f3176553af00447047e56a153b547f8f7a",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "ac6b61d65480e80ae5c260b28921bf0e2cd17ac00c97350c1cd89be122beedaf",
"typeScriptVersion": "3.4"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 15 May 2020 04:09:31 GMT
* Last updated: Tue, 09 Feb 2021 10:52:05 GMT
* Dependencies: [@types/gapi](https://npmjs.com/package/@types/gapi)

@@ -14,0 +14,0 @@ * Global values: `gapi`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc