Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/gapi.auth2

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/gapi.auth2 - npm Package Compare versions

Comparing version 0.0.55 to 0.0.56

14

gapi.auth2/index.d.ts

@@ -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`

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc