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.0 to 9.4.1

4

build/src/auth/googleauth.js

@@ -31,3 +31,2 @@ "use strict";

const fs = require("fs");
const gaxios_1 = require("gaxios");
const gcpMetadata = require("gcp-metadata");

@@ -774,2 +773,3 @@ const os = require("os");

_GoogleAuth_universeDomain = new WeakMap(), _GoogleAuth_instances = new WeakSet(), _GoogleAuth_getUniverseFromMetadataServer = async function _GoogleAuth_getUniverseFromMetadataServer() {
var _a;
if (!(await this._checkIsGCE()))

@@ -783,3 +783,3 @@ return;

catch (e) {
if (e instanceof gaxios_1.GaxiosError && e.status === 404) {
if (e && ((_a = e === null || e === void 0 ? void 0 : e.response) === null || _a === void 0 ? void 0 : _a.status) === 404) {
universeDomain = authclient_1.DEFAULT_UNIVERSE;

@@ -786,0 +786,0 @@ }

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

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

"ecdsa-sig-formatter": "^1.0.11",
"gaxios": "^6.0.0",
"gaxios": "^6.1.1",
"gcp-metadata": "^6.1.0",

@@ -25,0 +25,0 @@ "gtoken": "^7.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