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.60 to 0.0.61

23

gapi.auth2/index.d.ts

@@ -190,2 +190,10 @@ /// <reference types="gapi" />

/**
* Enable or disable the use of browser FedCM APIs during sign-in. This parameter is used to opt in or opt out of the FedCM based
* sign in flow before enforcement. By default this is undefined and will follow the regular rollout of FedCM based flow.
* Setting it to true will explicitly opt into the new flow, while setting it to false will opt out of the new flow until
* final enforcement date. See <a href="https://developers.google.com/identity/sign-in/web/gsi-with-fedcm">Devsite</a> for details.
*/
use_fedcm?: boolean | undefined;
/**
* Used only for OpenID 2.0 client migration. Set to the value of the realm that you are currently using for OpenID 2.0,

@@ -207,2 +215,17 @@ * as described in <a href="https://developers.google.com/accounts/docs/OpenID#openid-connect">OpenID 2.0 (Migration)</a>.

redirect_uri?: string | undefined;
/**
* Whether to enable granular permissions. If set to false, the more granular Google Account permissions will be disabled
* for OAuth client IDs created before 2019. No effect for OAuth Client IDs created during or after 2019, since more granular
* permissions is always enabled for them.
*/
enable_granular_consent?: boolean | undefined;
/**
* If this value is set, new Client IDs created before July 29th, 2022 can use the older Google Platform Library.
* By default, newly created Client IDs are now blocked from using the Platform Library and instead must use the newer
* Google Identity Services library. You may choose any value, a descriptive name such as product or plugin name is
* recommended for identification. Example: plugin_name: 'YOUR_STRING_HERE'
*/
plugin_name?: string | undefined;
}

@@ -209,0 +232,0 @@

6

gapi.auth2/package.json
{
"name": "@types/gapi.auth2",
"version": "0.0.60",
"version": "0.0.61",
"description": "TypeScript definitions for gapi.auth2",

@@ -25,5 +25,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gapi.auth2",

},
"typesPublisherContentHash": "f7588ab8fa4aa8bcec8da0cbb877c3bcef1640130cc4fae8e642870523936333",
"typeScriptVersion": "4.5",
"typesPublisherContentHash": "b56efad3755d16c69f4a6807259d0a3aca8d71af75644b9290604b8f28cbb86a",
"typeScriptVersion": "4.8",
"nonNpm": true
}

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

### Additional Details
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT
* Last updated: Fri, 20 Sep 2024 19:07:22 GMT
* Dependencies: [@types/gapi](https://npmjs.com/package/@types/gapi)

@@ -14,0 +14,0 @@

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