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

@graphql-tools/executor-http

Package Overview
Dependencies
Maintainers
0
Versions
566
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/executor-http - npm Package Compare versions

Comparing version 1.2.2-alpha-01a86000440fc91c6376fb49202a4534b4bc5697 to 1.2.2-alpha-0c1a506a947640a15b7a40e40c43e7cc1b471649

13

CHANGELOG.md
# @graphql-tools/executor-http
## 1.2.2-alpha-01a86000440fc91c6376fb49202a4534b4bc5697
## 1.2.2-alpha-0c1a506a947640a15b7a40e40c43e7cc1b471649
### Patch Changes
- [#367](https://github.com/graphql-hive/gateway/pull/367) [`01a8600`](https://github.com/graphql-hive/gateway/commit/01a86000440fc91c6376fb49202a4534b4bc5697) Thanks [@ardatan](https://github.com/ardatan)! - Fix Retry / Timeout combination
- [#373](https://github.com/graphql-hive/gateway/pull/373) [`e257b4a`](https://github.com/graphql-hive/gateway/commit/e257b4a50f536ce0c94147453ec05f9aa82e181f) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
- Updated dependency [`@graphql-tools/utils@^10.7.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.7.0) (from `^10.6.2`, in `dependencies`)
- [#367](https://github.com/graphql-hive/gateway/pull/367) [`15975c2`](https://github.com/graphql-hive/gateway/commit/15975c28daddbb4f31d520371f53520aecacaac7) Thanks [@ardatan](https://github.com/ardatan)! - Fix the combination of `upstreamRetry` and `upstreamTimeout` together
When you use `upstreamRetry` and `upstreamTimeout` together, the `upstreamRetry` wasn't applied properly when the request is timed out with `upstreamTimeout`.
- Updated dependencies [[`e257b4a`](https://github.com/graphql-hive/gateway/commit/e257b4a50f536ce0c94147453ec05f9aa82e181f)]:
- @graphql-hive/gateway-abort-signal-any@0.0.2-alpha-0c1a506a947640a15b7a40e40c43e7cc1b471649
## 1.2.1

@@ -10,0 +19,0 @@

8

package.json
{
"name": "@graphql-tools/executor-http",
"version": "1.2.2-alpha-01a86000440fc91c6376fb49202a4534b4bc5697",
"version": "1.2.2-alpha-0c1a506a947640a15b7a40e40c43e7cc1b471649",
"type": "module",

@@ -42,4 +42,4 @@ "description": "A set of utils for faster development of GraphQL tools",

"dependencies": {
"@graphql-hive/gateway-abort-signal-any": "^0.0.1",
"@graphql-tools/utils": "^10.6.2",
"@graphql-hive/gateway-abort-signal-any": "0.0.2-alpha-0c1a506a947640a15b7a40e40c43e7cc1b471649",
"@graphql-tools/utils": "^10.7.0",
"@repeaterjs/repeater": "^3.0.4",

@@ -59,5 +59,5 @@ "@whatwg-node/disposablestack": "^0.0.5",

"graphql-yoga": "^5.10.6",
"pkgroll": "2.5.1"
"pkgroll": "2.6.0"
},
"sideEffects": false
}
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