Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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 6.0.1 to 6.0.2

18

build/src/table.d.ts

@@ -578,5 +578,5 @@ /*!

*/
createLoadJob(source: string | File, metadata?: JobLoadMetadata): Promise<JobResponse>;
createLoadJob(source: string | File, metadata: JobLoadMetadata, callback: JobCallback): void;
createLoadJob(source: string | File, callback: JobCallback): void;
createLoadJob(source: string | File | File[], metadata?: JobLoadMetadata): Promise<JobResponse>;
createLoadJob(source: string | File | File[], metadata: JobLoadMetadata, callback: JobCallback): void;
createLoadJob(source: string | File | File[], callback: JobCallback): void;
/**

@@ -963,5 +963,5 @@ * @param {string | File | File[]} source

createInsertStream(options?: InsertStreamOptions): Writable;
load(source: string | File, metadata?: JobLoadMetadata): Promise<JobMetadataResponse>;
load(source: string | File, metadata: JobLoadMetadata, callback: JobMetadataCallback): void;
load(source: string | File, callback: JobMetadataCallback): void;
load(source: string | File | File[], metadata?: JobLoadMetadata): Promise<JobMetadataResponse>;
load(source: string | File | File[], metadata: JobLoadMetadata, callback: JobMetadataCallback): void;
load(source: string | File | File[], callback: JobMetadataCallback): void;
/**

@@ -1047,5 +1047,5 @@ * Load data from a local file or Storage {@link

*/
load(source: string | File, metadata?: JobLoadMetadata): Promise<JobMetadataResponse>;
load(source: string | File, metadata: JobLoadMetadata, callback: JobMetadataCallback): void;
load(source: string | File, callback: JobMetadataCallback): void;
load(source: string | File | File[], metadata?: JobLoadMetadata): Promise<JobMetadataResponse>;
load(source: string | File | File[], metadata: JobLoadMetadata, callback: JobMetadataCallback): void;
load(source: string | File | File[], callback: JobMetadataCallback): void;
/**

@@ -1052,0 +1052,0 @@ * Run a query scoped to your dataset.

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

## [6.0.2](https://github.com/googleapis/nodejs-bigquery/compare/v6.0.1...v6.0.2) (2022-08-01)
### Bug Fixes
* adding missing links to bug_report template ([#1141](https://github.com/googleapis/nodejs-bigquery/issues/1141)) ([aa6388a](https://github.com/googleapis/nodejs-bigquery/commit/aa6388ac5cbfbcb4b3e622120de9cd53ec47a6ad))
* **deps:** update dependency @google-cloud/common to v4 ([#1127](https://github.com/googleapis/nodejs-bigquery/issues/1127)) ([bea8b42](https://github.com/googleapis/nodejs-bigquery/commit/bea8b429894b3b710ac682ee57b0878b82ca29c1))
* **deps:** update dependency readable-stream to v4 ([#1129](https://github.com/googleapis/nodejs-bigquery/issues/1129)) ([4a252d0](https://github.com/googleapis/nodejs-bigquery/commit/4a252d08ff6df7f61c793f5225e20709474694ae))
## [6.0.1](https://github.com/googleapis/nodejs-bigquery/compare/v6.0.0...v6.0.1) (2022-06-17)

@@ -9,0 +18,0 @@

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

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

"dependencies": {
"@google-cloud/common": "^3.10.0",
"@google-cloud/common": "^4.0.0",
"@google-cloud/paginator": "^4.0.0",

@@ -61,3 +61,3 @@ "@google-cloud/promisify": "^3.0.0",

"p-event": "^4.1.0",
"readable-stream": "^3.6.0",
"readable-stream": "^4.0.0",
"stream-events": "^1.0.5",

@@ -86,5 +86,5 @@ "uuid": "^8.0.0"

"jsdoc": "^3.6.3",
"jsdoc-fresh": "^1.0.1",
"jsdoc-region-tag": "^1.0.2",
"linkinator": "^2.0.0",
"jsdoc-fresh": "^2.0.0",
"jsdoc-region-tag": "^2.0.0",
"linkinator": "^4.0.0",
"mocha": "^9.2.2",

@@ -91,0 +91,0 @@ "mv": "^2.1.1",

@@ -173,2 +173,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost."

| Set User Agent | [source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/setUserAgent.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/setUserAgent.js,samples/README.md) |
| Table Exists | [source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/tableExists.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/tableExists.js,samples/README.md) |
| Undelete Table | [source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/undeleteTable.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/undeleteTable.js,samples/README.md) |

@@ -175,0 +176,0 @@ | Update Dataset Access | [source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/updateDatasetAccess.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/updateDatasetAccess.js,samples/README.md) |

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