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

@google-cloud/private-catalog

Package Overview
Dependencies
Maintainers
4
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/private-catalog - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

27

build/src/v1beta1/private_catalog_client.js

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

searchCatalogs(request, optionsOrCallback, callback) {
var _a;
request = request || {};

@@ -283,3 +284,3 @@ let options;

this._gaxModule.routingHeader.fromParams({
resource: request.resource || '',
resource: (_a = request.resource) !== null && _a !== void 0 ? _a : '',
});

@@ -321,2 +322,3 @@ this.initialize();

searchCatalogsStream(request, options) {
var _a;
request = request || {};

@@ -328,3 +330,3 @@ options = options || {};

this._gaxModule.routingHeader.fromParams({
resource: request.resource || '',
resource: (_a = request.resource) !== null && _a !== void 0 ? _a : '',
});

@@ -371,2 +373,3 @@ const defaultCallSettings = this._defaults['searchCatalogs'];

searchCatalogsAsync(request, options) {
var _a;
request = request || {};

@@ -378,3 +381,3 @@ options = options || {};

this._gaxModule.routingHeader.fromParams({
resource: request.resource || '',
resource: (_a = request.resource) !== null && _a !== void 0 ? _a : '',
});

@@ -387,2 +390,3 @@ const defaultCallSettings = this._defaults['searchCatalogs'];

searchProducts(request, optionsOrCallback, callback) {
var _a;
request = request || {};

@@ -402,3 +406,3 @@ let options;

this._gaxModule.routingHeader.fromParams({
resource: request.resource || '',
resource: (_a = request.resource) !== null && _a !== void 0 ? _a : '',
});

@@ -441,2 +445,3 @@ this.initialize();

searchProductsStream(request, options) {
var _a;
request = request || {};

@@ -448,3 +453,3 @@ options = options || {};

this._gaxModule.routingHeader.fromParams({
resource: request.resource || '',
resource: (_a = request.resource) !== null && _a !== void 0 ? _a : '',
});

@@ -492,2 +497,3 @@ const defaultCallSettings = this._defaults['searchProducts'];

searchProductsAsync(request, options) {
var _a;
request = request || {};

@@ -499,3 +505,3 @@ options = options || {};

this._gaxModule.routingHeader.fromParams({
resource: request.resource || '',
resource: (_a = request.resource) !== null && _a !== void 0 ? _a : '',
});

@@ -508,2 +514,3 @@ const defaultCallSettings = this._defaults['searchProducts'];

searchVersions(request, optionsOrCallback, callback) {
var _a;
request = request || {};

@@ -523,3 +530,3 @@ let options;

this._gaxModule.routingHeader.fromParams({
resource: request.resource || '',
resource: (_a = request.resource) !== null && _a !== void 0 ? _a : '',
});

@@ -562,2 +569,3 @@ this.initialize();

searchVersionsStream(request, options) {
var _a;
request = request || {};

@@ -569,3 +577,3 @@ options = options || {};

this._gaxModule.routingHeader.fromParams({
resource: request.resource || '',
resource: (_a = request.resource) !== null && _a !== void 0 ? _a : '',
});

@@ -613,2 +621,3 @@ const defaultCallSettings = this._defaults['searchVersions'];

searchVersionsAsync(request, options) {
var _a;
request = request || {};

@@ -620,3 +629,3 @@ options = options || {};

this._gaxModule.routingHeader.fromParams({
resource: request.resource || '',
resource: (_a = request.resource) !== null && _a !== void 0 ? _a : '',
});

@@ -623,0 +632,0 @@ const defaultCallSettings = this._defaults['searchVersions'];

# Changelog
## [2.0.4](https://github.com/googleapis/nodejs-private-catalog/compare/v2.0.3...v2.0.4) (2022-11-11)
### Bug Fixes
* **deps:** Use google-gax v3.5.2 ([#111](https://github.com/googleapis/nodejs-private-catalog/issues/111)) ([8a0d368](https://github.com/googleapis/nodejs-private-catalog/commit/8a0d368277802a788989c270ad400117010c0855))
* Preserve default values in x-goog-request-params header ([#104](https://github.com/googleapis/nodejs-private-catalog/issues/104)) ([4259f2f](https://github.com/googleapis/nodejs-private-catalog/commit/4259f2f26191b70e98cab9b2a75bef793ce3d7da))
* Regenerated protos JS and TS definitions ([#114](https://github.com/googleapis/nodejs-private-catalog/issues/114)) ([ffce6dc](https://github.com/googleapis/nodejs-private-catalog/commit/ffce6dc1534a49c2ae7354f32c28d03b90cd69d7))
## [2.0.3](https://github.com/googleapis/nodejs-private-catalog/compare/v2.0.2...v2.0.3) (2022-09-01)

@@ -4,0 +13,0 @@

{
"name": "@google-cloud/private-catalog",
"version": "2.0.3",
"version": "2.0.4",
"description": "cloudprivatecatalog client for Node.js",

@@ -42,11 +42,11 @@ "repository": "googleapis/nodejs-private-catalog",

"dependencies": {
"google-gax": "^3.3.0"
"google-gax": "^3.5.2"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",
"@types/node": "^18.0.0",
"@types/sinon": "^10.0.0",
"c8": "^7.7.2",
"gts": "^3.1.0",
"jsdoc": "^3.6.6",
"jsdoc": "^4.0.0",
"jsdoc-fresh": "^2.0.0",

@@ -53,0 +53,0 @@ "jsdoc-region-tag": "^2.0.0",

Sorry, the diff of this file is too big to display

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