New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@google-cloud/bigquery-connection

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/bigquery-connection - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

3

build/src/v1/connection_service_client.js

@@ -114,2 +114,5 @@ "use strict";

}
else if (opts.fallback === 'rest') {
clientHeader.push(`rest/${this._gaxGrpc.grpcVersion}`);
}
if (opts.libName && opts.libVersion) {

@@ -116,0 +119,0 @@ clientHeader.push(`${opts.libName}/${opts.libVersion}`);

# Changelog
### [1.3.2](https://www.github.com/googleapis/nodejs-bigquery-connection/compare/v1.3.1...v1.3.2) (2021-06-10)
### Bug Fixes
* GoogleAdsError missing using generator version after 1.3.0 ([#89](https://www.github.com/googleapis/nodejs-bigquery-connection/issues/89)) ([dca26bf](https://www.github.com/googleapis/nodejs-bigquery-connection/commit/dca26bfe396c852e9c7e7481105b8d7387ed1977))
### [1.3.1](https://www.github.com/googleapis/nodejs-bigquery-connection/compare/v1.3.0...v1.3.1) (2021-05-12)

@@ -4,0 +11,0 @@

4

package.json
{
"name": "@google-cloud/bigquery-connection",
"version": "1.3.1",
"version": "1.3.2",
"description": "BigQuery Connection client for Node.js",

@@ -59,3 +59,3 @@ "repository": "googleapis/nodejs-bigquery-connection",

"pack-n-play": "^1.0.0-2",
"sinon": "^10.0.0",
"sinon": "^11.0.0",
"ts-loader": "^9.0.0",

@@ -62,0 +62,0 @@ "typescript": "^3.9.5",

Sorry, the diff of this file is not supported yet

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