Socket
Socket
Sign inDemoInstall

googleapis-common

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

googleapis-common - npm Package Compare versions

Comparing version 5.0.3 to 5.0.4

4

build/src/authplus.d.ts

@@ -1,2 +0,2 @@

import { AwsClient, BaseExternalAccountClient, Compute, ExternalAccountClient, GoogleAuth, GoogleAuthOptions, IdentityPoolClient, JWT, OAuth2Client, ProjectIdCallback, UserRefreshClient } from 'google-auth-library';
import { AwsClient, BaseExternalAccountClient, Compute, ExternalAccountClient, GoogleAuth, GoogleAuthOptions, IdentityPoolClient, Impersonated, JWT, OAuth2Client, ProjectIdCallback, UserRefreshClient } from 'google-auth-library';
export declare class AuthPlus extends GoogleAuth {

@@ -15,3 +15,3 @@ JWT: typeof JWT;

*/
getClient(options?: GoogleAuthOptions): Promise<Compute | JWT | UserRefreshClient | BaseExternalAccountClient>;
getClient(options?: GoogleAuthOptions): Promise<Compute | JWT | UserRefreshClient | BaseExternalAccountClient | Impersonated>;
/**

@@ -18,0 +18,0 @@ * Override getProjectId(), using the most recently configured

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

### [5.0.4](https://www.github.com/googleapis/nodejs-googleapis-common/compare/v5.0.3...v5.0.4) (2021-08-04)
### Bug Fixes
* **auth:** include impersonated client ([#408](https://www.github.com/googleapis/nodejs-googleapis-common/issues/408)) ([9941ad9](https://www.github.com/googleapis/nodejs-googleapis-common/commit/9941ad931d9bfd5da61b94840d9309b1ae45ddd0))
### [5.0.3](https://www.github.com/googleapis/nodejs-googleapis-common/compare/v5.0.2...v5.0.3) (2021-07-07)

@@ -9,0 +16,0 @@

{
"name": "googleapis-common",
"version": "5.0.3",
"version": "5.0.4",
"description": "A common tooling library used by the googleapis npm module. You probably don't want to use this directly.",

@@ -55,3 +55,3 @@ "repository": "googleapis/nodejs-googleapis-common",

"@types/sinon": "^10.0.0",
"@types/tmp": "0.2.0",
"@types/tmp": "0.2.1",
"@types/url-template": "^2.0.28",

@@ -58,0 +58,0 @@ "@types/uuid": "^8.0.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