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

@google-cloud/clientconnectorservices

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/clientconnectorservices - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

8

CHANGELOG.md
# Changelog
## [0.3.2](https://github.com/googleapis/google-cloud-node/compare/clientconnectorservices-v0.3.1...clientconnectorservices-v0.3.2) (2023-04-13)
### Bug Fixes
* **deps:** Bump `google-gax` to ^3.5.8 ([#4117](https://github.com/googleapis/google-cloud-node/issues/4117)) ([0b67d88](https://github.com/googleapis/google-cloud-node/commit/0b67d883963643ce1b4f6d2ccd3e8d37adf6e029))
* Minify JSON and JS files, and remove .map files ([#4143](https://github.com/googleapis/google-cloud-node/issues/4143)) ([170f7d5](https://github.com/googleapis/google-cloud-node/commit/170f7d57b8fd344d182a8e758867b8124722eebc))
## [0.3.1](https://github.com/googleapis/google-cloud-node/compare/clientconnectorservices-v0.3.0...clientconnectorservices-v0.3.1) (2023-02-15)

@@ -4,0 +12,0 @@

9

package.json
{
"name": "@google-cloud/clientconnectorservices",
"version": "0.3.1",
"version": "0.3.2",
"description": "BeyondCorp API client for Node.js",

@@ -16,3 +16,4 @@ "repository": {

"build/src",
"build/protos"
"build/protos",
"!build/src/**/*.map"
],

@@ -34,3 +35,3 @@ "keywords": [

"clean": "gts clean",
"compile": "tsc -p . && cp -r protos build/",
"compile": "tsc -p . && cp -r protos build/ && minifyProtoJson",
"compile-protos": "compileProtos src",

@@ -49,3 +50,3 @@ "docs": "jsdoc -c .jsdoc.js",

"dependencies": {
"google-gax": "^3.5.2"
"google-gax": "^3.5.8"
},

@@ -52,0 +53,0 @@ "devDependencies": {

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

[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![release level](https://img.shields.io/badge/release%20level-preview-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![npm version](https://img.shields.io/npm/v/@google-cloud/clientconnectorservices.svg)](https://www.npmjs.org/package/@google-cloud/clientconnectorservices)

@@ -163,9 +163,8 @@

This library is considered to be in **beta**. This means it is expected to be
mostly stable while we work toward a general availability release; however,
complete stability is not guaranteed. We will address issues and requests
against beta libraries with a high priority.
This library is considered to be in **preview**. This means it is still a
work-in-progress and under active development. Any release is subject to
backwards-incompatible changes at any time.

@@ -172,0 +171,0 @@

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

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

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