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

@graphql-tools/batch-execute

Package Overview
Dependencies
Maintainers
3
Versions
706
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/batch-execute - npm Package Compare versions

Comparing version 7.1.3-alpha-15483068.0 to 7.1.3-alpha-2fb04b9e.0

es5/index.js

2

es5/getBatchingExecutor.d.ts
import DataLoader from 'dataloader';
import { ExecutionParams, Executor } from '@graphql-tools/utils';
export declare const getBatchingExecutor: (A1: Record<string, any>, A2: Executor<Record<string, any>>, A3: DataLoader.Options<any, any, any>, A4: (mergedExtensions: Record<string, any>, executionParams: ExecutionParams) => Record<string, any>) => Executor<Record<string, any>>;
export declare const getBatchingExecutor: (A1: Record<string, any>, A2: Executor<Record<string, any>>, A3: DataLoader.Options<any, any, any> | undefined, A4: ((mergedExtensions: Record<string, any>, executionParams: ExecutionParams) => Record<string, any>) | undefined) => Executor<Record<string, any>>;
{
"name": "@graphql-tools/batch-execute/es5",
"version": "7.1.3-alpha-15483068.0",
"version": "7.1.3-alpha-2fb04b9e.0",
"description": "A set of utils for faster development of GraphQL tools",

@@ -10,6 +10,6 @@ "sideEffects": false,

"dependencies": {
"@graphql-tools/utils": "7.9.1-alpha-15483068.0",
"@graphql-tools/utils": "8.0.0-alpha-2fb04b9e.0",
"dataloader": "2.0.0",
"tslib": "~2.2.0",
"value-or-promise": "1.0.7"
"tslib": "~2.3.0",
"value-or-promise": "1.0.10"
},

@@ -22,8 +22,18 @@ "repository": {

"license": "MIT",
"main": "index.cjs.js",
"module": "index.esm.js",
"main": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
},
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
},
"./*": {
"require": "./*.js",
"import": "./*.mjs"
}
}
}
export declare function createPrefix(index: number): string;
export declare function parseKey(prefixedKey: string): {
export declare function parseKey(prefixedKey: string): null | {
index: number;
originalKey: string;
};
import DataLoader from 'dataloader';
import { ExecutionParams, Executor } from '@graphql-tools/utils';
export declare const getBatchingExecutor: (A1: Record<string, any>, A2: Executor<Record<string, any>>, A3: DataLoader.Options<any, any, any>, A4: (mergedExtensions: Record<string, any>, executionParams: ExecutionParams) => Record<string, any>) => Executor<Record<string, any>>;
export declare const getBatchingExecutor: (A1: Record<string, any>, A2: Executor<Record<string, any>>, A3: DataLoader.Options<any, any, any> | undefined, A4: ((mergedExtensions: Record<string, any>, executionParams: ExecutionParams) => Record<string, any>) | undefined) => Executor<Record<string, any>>;
{
"name": "@graphql-tools/batch-execute",
"version": "7.1.3-alpha-15483068.0",
"version": "7.1.3-alpha-2fb04b9e.0",
"description": "A set of utils for faster development of GraphQL tools",

@@ -10,6 +10,6 @@ "sideEffects": false,

"dependencies": {
"@graphql-tools/utils": "7.9.1-alpha-15483068.0",
"@graphql-tools/utils": "8.0.0-alpha-2fb04b9e.0",
"dataloader": "2.0.0",
"tslib": "~2.2.0",
"value-or-promise": "1.0.7"
"tslib": "~2.3.0",
"value-or-promise": "1.0.10"
},

@@ -22,8 +22,18 @@ "repository": {

"license": "MIT",
"main": "index.cjs.js",
"module": "index.esm.js",
"main": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
},
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
},
"./*": {
"require": "./*.js",
"import": "./*.mjs"
}
}
}
export declare function createPrefix(index: number): string;
export declare function parseKey(prefixedKey: string): {
export declare function parseKey(prefixedKey: string): null | {
index: number;
originalKey: string;
};
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