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

@google-cloud/apigee-connect

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/apigee-connect - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

9

build/src/v1/connection_service_client.js

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

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

@@ -254,3 +255,3 @@ let options;

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

@@ -290,2 +291,3 @@ this.initialize();

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

@@ -297,3 +299,3 @@ options = options || {};

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

@@ -338,2 +340,3 @@ const defaultCallSettings = this._defaults['listConnections'];

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

@@ -345,3 +348,3 @@ options = options || {};

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

@@ -348,0 +351,0 @@ const defaultCallSettings = this._defaults['listConnections'];

# Changelog
## [2.1.3](https://github.com/googleapis/nodejs-apigee-connect/compare/v2.1.2...v2.1.3) (2022-11-10)
### Bug Fixes
* **deps:** Use google-gax v3.5.2 ([#108](https://github.com/googleapis/nodejs-apigee-connect/issues/108)) ([2f8d882](https://github.com/googleapis/nodejs-apigee-connect/commit/2f8d882d3309b578d48e8838beeab5a52829963f))
* Preserve default values in x-goog-request-params header ([#101](https://github.com/googleapis/nodejs-apigee-connect/issues/101)) ([a88a102](https://github.com/googleapis/nodejs-apigee-connect/commit/a88a10218e6e3150495e1b47ae15b3895ed7ed5e))
* Regenerated protos JS and TS definitions ([#111](https://github.com/googleapis/nodejs-apigee-connect/issues/111)) ([5092ed8](https://github.com/googleapis/nodejs-apigee-connect/commit/5092ed8134687cd0fd3be3a47b6f1e88ed1b2444))
## [2.1.2](https://github.com/googleapis/nodejs-apigee-connect/compare/v2.1.1...v2.1.2) (2022-09-01)

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

{
"name": "@google-cloud/apigee-connect",
"version": "2.1.2",
"version": "2.1.3",
"description": "apigeeconnect client for Node.js",

@@ -42,11 +42,11 @@ "repository": "googleapis/nodejs-apigee-connect",

"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