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.53 to 0.0.54

10

gapi.auth2/index.d.ts

@@ -293,10 +293,2 @@ // Type definitions for non-npm package Google Sign-In API 0.0

/**
* Signs in the user. Use this method to request additional scopes for incremental
* authorization or to sign in a user after the user has signed out.
* When you use GoogleUser.signIn(), the sign-in flow skips the account chooser step.
* See GoogleAuth.signIn().
*/
signIn(options?: SigninOptions | SigninOptionsBuilder): Promise<any>;
/**
* See GoogleUser.signIn()

@@ -311,3 +303,3 @@ */

*/
grantOfflineAccess(scopes: string): Promise<{code: string}>;
grantOfflineAccess(options?: OfflineAccessOptions): Promise<{code: string}>;

@@ -314,0 +306,0 @@ /**

6

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

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

},
"typesPublisherContentHash": "ac6b61d65480e80ae5c260b28921bf0e2cd17ac00c97350c1cd89be122beedaf",
"typeScriptVersion": "3.4"
"typesPublisherContentHash": "54d62d4fbdc7ef5da773abca18b7dc306edaa1c8f7770caeef8392ce43c6ee0b",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Tue, 09 Feb 2021 10:52:05 GMT
* Last updated: Sun, 14 Mar 2021 06:14:02 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