Socket
Socket
Sign inDemoInstall

google-auth-library

Package Overview
Dependencies
31
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.6.0 to 7.6.1

2

build/src/auth/googleauth.d.ts

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

private checkIsGCE?;
useJWTAccessAlways?: boolean;
useJWTAccessWithScope?: boolean;
defaultServicePath?: string;

@@ -75,0 +75,0 @@ get isGCE(): boolean | undefined;

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

client.defaultServicePath = this.defaultServicePath;
client.useJWTAccessAlways = this.useJWTAccessAlways;
client.useJWTAccessWithScope = this.useJWTAccessWithScope;
client.defaultScopes = this.defaultScopes;

@@ -63,0 +63,0 @@ }

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

additionalClaims?: {};
useJWTAccessAlways?: boolean;
useJWTAccessWithScope?: boolean;
defaultServicePath?: string;

@@ -30,0 +30,0 @@ private access?;

@@ -7,2 +7,9 @@ # Changelog

### [7.6.1](https://www.github.com/googleapis/google-auth-library-nodejs/compare/v7.6.0...v7.6.1) (2021-08-13)
### Bug Fixes
* use updated variable name for self-signed JWTs ([#1233](https://www.github.com/googleapis/google-auth-library-nodejs/issues/1233)) ([ef41fe5](https://www.github.com/googleapis/google-auth-library-nodejs/commit/ef41fe59b423125c607e3ad20896a35f12f5365b))
## [7.6.0](https://www.github.com/googleapis/google-auth-library-nodejs/compare/v7.5.0...v7.6.0) (2021-08-10)

@@ -41,3 +48,3 @@

* add useJWTAccessAlways and defaultServicePath variable ([#1204](https://www.github.com/googleapis/google-auth-library-nodejs/issues/1204)) ([79e100e](https://www.github.com/googleapis/google-auth-library-nodejs/commit/79e100e9ddc64f34e34d0e91c8188f1818e33a1c))
* add useJWTAccessWithScope and defaultServicePath variable ([#1204](https://www.github.com/googleapis/google-auth-library-nodejs/issues/1204)) ([79e100e](https://www.github.com/googleapis/google-auth-library-nodejs/commit/79e100e9ddc64f34e34d0e91c8188f1818e33a1c))

@@ -44,0 +51,0 @@ ## [7.2.0](https://www.github.com/googleapis/google-auth-library-nodejs/compare/v7.1.2...v7.2.0) (2021-06-30)

{
"name": "google-auth-library",
"version": "7.6.0",
"version": "7.6.1",
"author": "Google Inc.",

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

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