Socket
Socket
Sign inDemoInstall

google-auth-library

Package Overview
Dependencies
25
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.4.1 to 9.4.2

2

build/src/auth/computeclient.d.ts

@@ -23,3 +23,3 @@ import { GaxiosError } from 'gaxios';

* Retrieve access token from the metadata server.
* See: https://developers.google.com/compute/docs/authentication
* See: https://cloud.google.com/compute/docs/access/authenticate-workloads#applications
*/

@@ -26,0 +26,0 @@ constructor(options?: ComputeOptions);

@@ -25,3 +25,3 @@ "use strict";

* Retrieve access token from the metadata server.
* See: https://developers.google.com/compute/docs/authentication
* See: https://cloud.google.com/compute/docs/access/authenticate-workloads#applications
*/

@@ -28,0 +28,0 @@ constructor(options = {}) {

@@ -52,3 +52,3 @@ /// <reference types="node" />

*/
credentials?: CredentialBody | ExternalAccountClientOptions;
credentials?: JWTInput | ExternalAccountClientOptions;
/**

@@ -55,0 +55,0 @@ * Options object passed to the constructor of the client

@@ -21,4 +21,4 @@ import { OAuth2Client, OAuth2ClientOptions, RequestMetadataResponse } from './oauth2client';

*
* Retrieve access token from the metadata server.
* See: https://developers.google.com/compute/docs/authentication
* Retrieve ID token from the metadata server.
* See: https://cloud.google.com/docs/authentication/get-id-token#metadata-server
*/

@@ -25,0 +25,0 @@ constructor(options: IdTokenOptions);

@@ -22,4 +22,4 @@ "use strict";

*
* Retrieve access token from the metadata server.
* See: https://developers.google.com/compute/docs/authentication
* Retrieve ID token from the metadata server.
* See: https://cloud.google.com/docs/authentication/get-id-token#metadata-server
*/

@@ -26,0 +26,0 @@ constructor(options) {

{
"name": "google-auth-library",
"version": "9.4.1",
"version": "9.4.2",
"author": "Google Inc.",

@@ -5,0 +5,0 @@ "description": "Google APIs Authentication Client Library for Node.js",

Sorry, the diff of this file is too big to display

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