Socket
Socket
Sign inDemoInstall

@google-cloud/common

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/common - npm Package Compare versions

Comparing version 3.3.3 to 3.4.0

1

build/src/service.d.ts

@@ -30,2 +30,3 @@ import { GoogleAuth, GoogleAuthOptions } from 'google-auth-library';

export interface ServiceOptions extends GoogleAuthOptions {
authClient?: GoogleAuth;
interceptors_?: Interceptor[];

@@ -32,0 +33,0 @@ email?: string;

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

projectId: this.projectId,
authClient: options.authClient,
credentials: options.credentials,

@@ -54,0 +55,0 @@ keyFile: options.keyFilename,

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

## [3.4.0](https://www.github.com/googleapis/nodejs-common/compare/v3.3.3...v3.4.0) (2020-09-12)
### Features
* support user-provided auth clients ([#623](https://www.github.com/googleapis/nodejs-common/issues/623)) ([a053e40](https://www.github.com/googleapis/nodejs-common/commit/a053e40a91e647a47dc44ba47cfb86775904556d))
### [3.3.3](https://www.github.com/googleapis/nodejs-common/compare/v3.3.2...v3.3.3) (2020-08-28)

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

2

package.json
{
"name": "@google-cloud/common",
"description": "Common components for Cloud APIs Node.js Client Libraries",
"version": "3.3.3",
"version": "3.4.0",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "author": "Google Inc.",

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