New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.0.0 to 1.0.1

6

build/src/v1beta1/private_catalog_client.d.ts

@@ -122,3 +122,3 @@ /// <reference types="node" />

getProjectId(callback: Callback<string, undefined, undefined>): void;
searchCatalogs(request: protos.google.cloud.privatecatalog.v1beta1.ISearchCatalogsRequest, options?: CallOptions): Promise<[
searchCatalogs(request?: protos.google.cloud.privatecatalog.v1beta1.ISearchCatalogsRequest, options?: CallOptions): Promise<[
protos.google.cloud.privatecatalog.v1beta1.ICatalog[],

@@ -200,3 +200,3 @@ protos.google.cloud.privatecatalog.v1beta1.ISearchCatalogsRequest | null,

searchCatalogsAsync(request?: protos.google.cloud.privatecatalog.v1beta1.ISearchCatalogsRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.privatecatalog.v1beta1.ICatalog>;
searchProducts(request: protos.google.cloud.privatecatalog.v1beta1.ISearchProductsRequest, options?: CallOptions): Promise<[
searchProducts(request?: protos.google.cloud.privatecatalog.v1beta1.ISearchProductsRequest, options?: CallOptions): Promise<[
protos.google.cloud.privatecatalog.v1beta1.IProduct[],

@@ -280,3 +280,3 @@ protos.google.cloud.privatecatalog.v1beta1.ISearchProductsRequest | null,

searchProductsAsync(request?: protos.google.cloud.privatecatalog.v1beta1.ISearchProductsRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.privatecatalog.v1beta1.IProduct>;
searchVersions(request: protos.google.cloud.privatecatalog.v1beta1.ISearchVersionsRequest, options?: CallOptions): Promise<[
searchVersions(request?: protos.google.cloud.privatecatalog.v1beta1.ISearchVersionsRequest, options?: CallOptions): Promise<[
protos.google.cloud.privatecatalog.v1beta1.IVersion[],

@@ -283,0 +283,0 @@ protos.google.cloud.privatecatalog.v1beta1.ISearchVersionsRequest | null,

# Changelog
### [1.0.1](https://www.github.com/googleapis/nodejs-private-catalog/compare/v1.0.0...v1.0.1) (2021-07-01)
### Bug Fixes
* **deps:** require google-gax v2.17.0 ([#17](https://www.github.com/googleapis/nodejs-private-catalog/issues/17)) ([2fea82d](https://www.github.com/googleapis/nodejs-private-catalog/commit/2fea82d58484c8786da3121dfb2c252787d01a99))
## 1.0.0 (2021-06-10)

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

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

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

"dependencies": {
"google-gax": "^2.12.0"
"google-gax": "^2.17.0"
},

@@ -45,0 +45,0 @@ "devDependencies": {

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