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
4
Versions
502
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.1.10-alpha-3290cdd564ea51739556154472c01ac921f2f91d to 1.1.10-alpha-343c02cd73a227ef06a0e878be3bc7a615969da9

8

CHANGELOG.md
# @graphql-tools/executor-http
## 1.1.10-alpha-3290cdd564ea51739556154472c01ac921f2f91d
## 1.1.10-alpha-343c02cd73a227ef06a0e878be3bc7a615969da9
### Patch Changes
- [#98](https://github.com/graphql-hive/gateway/pull/98) [`3290cdd`](https://github.com/graphql-hive/gateway/commit/3290cdd564ea51739556154472c01ac921f2f91d) Thanks [@ardatan](https://github.com/ardatan)! - Bun support by using native Bun API whenever possible
- [#164](https://github.com/graphql-hive/gateway/pull/164) [`310613d`](https://github.com/graphql-hive/gateway/commit/310613d68d1df3e2bceafbd0730084a4c83527bf) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
- Updated dependency [`@graphql-tools/utils@^10.6.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.6.0) (from `^10.5.6`, in `dependencies`)
- [#98](https://github.com/graphql-hive/gateway/pull/98) [`697308d`](https://github.com/graphql-hive/gateway/commit/697308df3b2dd96f28dc65a5f5361a911077e022) Thanks [@ardatan](https://github.com/ardatan)! - Bun support by using native Bun API whenever possible
## 1.1.9

@@ -10,0 +14,0 @@

@@ -1,2 +0,2 @@

import { isAsyncIterable, isPromise, inspect, mapAsyncIterator, mergeIncrementalResult, memoize1, getOperationASTFromRequest, createGraphQLError } from '@graphql-tools/utils';
import { isAsyncIterable, isPromise, fakePromise, inspect, mapAsyncIterator, mergeIncrementalResult, memoize1, getOperationASTFromRequest, createGraphQLError } from '@graphql-tools/utils';
import { File, FormData, TextDecoder, fetch } from '@whatwg-node/fetch';

@@ -73,3 +73,3 @@ import { ValueOrPromise } from 'value-or-promise';

const chunks = [];
return Promise.resolve().then(async () => {
return fakePromise(void 0).then(async () => {
for await (const chunk of stream) {

@@ -76,0 +76,0 @@ if (chunk) {

{
"name": "@graphql-tools/executor-http",
"version": "1.1.10-alpha-3290cdd564ea51739556154472c01ac921f2f91d",
"version": "1.1.10-alpha-343c02cd73a227ef06a0e878be3bc7a615969da9",
"type": "module",

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

"dependencies": {
"@graphql-tools/utils": "^10.5.6",
"@graphql-tools/utils": "^10.6.0",
"@repeaterjs/repeater": "^3.0.4",

@@ -45,0 +45,0 @@ "@whatwg-node/fetch": "^0.10.0",

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