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
2
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 3.0.1 to 3.0.2

2

build/src/index.js
"use strict";
// Copyright 2023 Google LLC
// Copyright 2024 Google LLC
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2023 Google LLC
// Copyright 2024 Google LLC
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2023 Google LLC
// Copyright 2024 Google LLC
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2023 Google LLC
// Copyright 2024 Google LLC
//

@@ -142,3 +142,4 @@ // Licensed under the Apache License, Version 2.0 (the "License");

this.descriptors.stream = {
egress: new this._gaxModule.StreamDescriptor(this._gaxModule.StreamType.BIDI_STREAMING, !!opts.fallback),
egress: new this._gaxModule.StreamDescriptor(this._gaxModule.StreamType.BIDI_STREAMING, !!opts.fallback,
/* gaxStreamingRetries: */ true),
};

@@ -145,0 +146,0 @@ // Put together the default options sent with requests.

# Changelog
## [3.0.2](https://github.com/googleapis/google-cloud-node/compare/apigee-connect-v3.0.1...apigee-connect-v3.0.2) (2024-01-23)
### Bug Fixes
* [Many APIs] improve retry logic for streaming API calls ([#4962](https://github.com/googleapis/google-cloud-node/issues/4962)) ([e49b31d](https://github.com/googleapis/google-cloud-node/commit/e49b31dc04ece6ce7d0dd4a4fb23f3b72b83540e))
## [3.0.1](https://github.com/googleapis/google-cloud-node/compare/apigee-connect-v3.0.0...apigee-connect-v3.0.1) (2023-09-06)

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

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

@@ -40,3 +40,3 @@ "repository": {

"lint": "gts check",
"prepare": "npm run compile-protos && npm run compile",
"prepare": "npm run compile",
"prelint": "cd samples; npm link ../; npm i",

@@ -54,5 +54,5 @@ "postpack": "minifyProtoJson",

"@types/node": "^20.4.5",
"@types/sinon": "^10.0.0",
"@types/sinon": "^17.0.0",
"c8": "^8.0.1",
"gapic-tools": "^0.1.8",
"gapic-tools": "^0.3.0",
"gts": "^5.0.0",

@@ -65,4 +65,4 @@ "jsdoc": "^4.0.0",

"mocha": "^9.2.2",
"pack-n-play": "^1.0.0-2",
"sinon": "^15.0.0",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"typescript": "^5.1.6"

@@ -69,0 +69,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