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.6.1 to 9.6.2

8

build/src/auth/googleauth.js

@@ -193,3 +193,9 @@ "use strict";

let universeDomain = (0, util_1.originalOrCamelOptions)(this.clientOptions).get('universe_domain');
universeDomain !== null && universeDomain !== void 0 ? universeDomain : (universeDomain = (await this.getClient()).universeDomain);
try {
universeDomain !== null && universeDomain !== void 0 ? universeDomain : (universeDomain = (await this.getClient()).universeDomain);
}
catch (_a) {
// client or ADC is not available
universeDomain !== null && universeDomain !== void 0 ? universeDomain : (universeDomain = authclient_1.DEFAULT_UNIVERSE);
}
return universeDomain;

@@ -196,0 +202,0 @@ }

4

package.json
{
"name": "google-auth-library",
"version": "9.6.1",
"version": "9.6.2",
"author": "Google Inc.",

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

"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.0",
"karma-webpack": "5.0.0",
"keypair": "^1.0.4",

@@ -53,0 +53,0 @@ "linkinator": "^4.0.0",

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