Socket
Socket
Sign inDemoInstall

@google-cloud/bigquery

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/bigquery - npm Package Compare versions

Comparing version 7.1.1 to 7.2.0

14

build/src/table.js

@@ -226,2 +226,8 @@ "use strict";

*
* If you wish to get a selection of metadata instead of the full table metadata
* (retrieved by both Table#get by default and by Table#getMetadata), use
* the `options` parameter to set the `view` and/or `selectedFields` query parameters.
*
* See {@link https://cloud.google.com/bigquery/docs/reference/rest/v2/tables/get#TableMetadataView| Tables.get and TableMetadataView }
*
* @method Table#get

@@ -246,2 +252,6 @@ * @param {options} [options] Configuration object.

*
* const options = {
* view: "BASIC"
* }
*
* table.get((err, table, apiResponse) => {

@@ -251,2 +261,6 @@ * // `table.metadata` has been populated.

*
* table.get(options, (err, table, apiResponse) => {
* // A selection of `table.metadata` has been populated
* })
*
* //-

@@ -253,0 +267,0 @@ * // If the callback is omitted, we'll return a Promise.

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

## [7.2.0](https://github.com/googleapis/nodejs-bigquery/compare/v7.1.1...v7.2.0) (2023-08-17)
### Features
* Partial metadata projection ([#1258](https://github.com/googleapis/nodejs-bigquery/issues/1258)) ([b70d3a4](https://github.com/googleapis/nodejs-bigquery/commit/b70d3a4300d8efdea45f89766155110ead392f12))
### Bug Fixes
* **deps:** Update dependency @google-cloud/common to v5 ([#1253](https://github.com/googleapis/nodejs-bigquery/issues/1253)) ([0cbfdcd](https://github.com/googleapis/nodejs-bigquery/commit/0cbfdcd45870c7e41b748883a6780422e091376b))
* **deps:** Update dependency @google-cloud/paginator to v5 ([#1254](https://github.com/googleapis/nodejs-bigquery/issues/1254)) ([658ff1a](https://github.com/googleapis/nodejs-bigquery/commit/658ff1aa8ac47393aed48422538a8cda1747a4e7))
* **deps:** Update dependency @google-cloud/precise-date to v4 ([#1261](https://github.com/googleapis/nodejs-bigquery/issues/1261)) ([7f12f7d](https://github.com/googleapis/nodejs-bigquery/commit/7f12f7dd027b6f511df664d5607af0d78be2bf2b))
* **deps:** Update dependency @google-cloud/promisify to v4 ([#1252](https://github.com/googleapis/nodejs-bigquery/issues/1252)) ([6f04f39](https://github.com/googleapis/nodejs-bigquery/commit/6f04f39747a085cd370fbef35ab0afd578b26c94))
* Manual update for renovate-bot google cloud storage v7 ([#1262](https://github.com/googleapis/nodejs-bigquery/issues/1262)) ([b58fc29](https://github.com/googleapis/nodejs-bigquery/commit/b58fc292349a25e3a88ebc1a37f45cbd0987fd7d))
## [7.1.1](https://github.com/googleapis/nodejs-bigquery/compare/v7.1.0...v7.1.1) (2023-08-03)

@@ -9,0 +25,0 @@

16

package.json
{
"name": "@google-cloud/bigquery",
"description": "Google BigQuery Client Library for Node.js",
"version": "7.1.1",
"version": "7.2.0",
"license": "Apache-2.0",

@@ -51,6 +51,6 @@ "author": "Google LLC",

"dependencies": {
"@google-cloud/common": "^4.0.0",
"@google-cloud/paginator": "^4.0.0",
"@google-cloud/precise-date": "^3.0.1",
"@google-cloud/promisify": "^3.0.0",
"@google-cloud/common": "^5.0.0",
"@google-cloud/paginator": "^5.0.0",
"@google-cloud/precise-date": "^4.0.0",
"@google-cloud/promisify": "^4.0.0",
"arrify": "^2.0.1",

@@ -65,3 +65,3 @@ "big.js": "^6.0.0",

"devDependencies": {
"@google-cloud/storage": "^6.0.0",
"@google-cloud/storage": "^7.0.0",
"@types/big.js": "^6.2.0",

@@ -81,4 +81,4 @@ "@types/extend": "^3.0.1",

"jsdoc": "^4.0.0",
"jsdoc-fresh": "^2.0.0",
"jsdoc-region-tag": "^2.0.0",
"jsdoc-fresh": "^3.0.0",
"jsdoc-region-tag": "^3.0.0",
"linkinator": "^5.0.0",

@@ -85,0 +85,0 @@ "mocha": "^9.2.2",

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