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

@apollo/server-gateway-interface

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apollo/server-gateway-interface - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

10

dist/index.d.ts

@@ -13,7 +13,7 @@ import type { KeyValueCache } from '@apollo/utils.keyvaluecache';

}
export declare type GatewaySchemaLoadOrUpdateCallback = (schemaContext: {
export type GatewaySchemaLoadOrUpdateCallback = (schemaContext: {
apiSchema: GraphQLSchema;
coreSupergraphSdl: string;
}) => void;
export declare type GatewayUnsubscriber = () => void;
export type GatewayUnsubscriber = () => void;
export interface GatewayApolloConfig {

@@ -27,4 +27,4 @@ key?: string;

}
export declare type GatewayExecutor = (requestContext: GatewayGraphQLRequestContext) => Promise<GatewayExecutionResult>;
export declare type GatewayExecutionResult = ExecutionResult<Record<string, any>, Record<string, any>>;
export type GatewayExecutor = (requestContext: GatewayGraphQLRequestContext) => Promise<GatewayExecutionResult>;
export type GatewayExecutionResult = ExecutionResult<Record<string, any>, Record<string, any>>;
export interface GatewayGraphQLRequestContext<TContext = Record<string, any>> {

@@ -71,3 +71,3 @@ readonly request: GatewayGraphQLRequest;

}
export declare type GatewaySchemaHash = string & {
export type GatewaySchemaHash = string & {
__fauxpaque: 'SchemaHash';

@@ -74,0 +74,0 @@ };

{
"name": "@apollo/server-gateway-interface",
"version": "1.0.5",
"version": "1.0.6",
"description": "Interface used to connect Apollo Gateway to Apollo Server",

@@ -20,9 +20,6 @@ "type": "module",

"homepage": "https://github.com/apollographql/apollo-server#readme",
"engines": {
"node": ">=12.0"
},
"dependencies": {
"@apollo/utils.fetcher": "^1.0.0",
"@apollo/utils.logger": "^1.0.0",
"@apollo/utils.keyvaluecache": "^1.0.1",
"@apollo/utils.fetcher": "^2.0.0",
"@apollo/utils.logger": "^2.0.0",
"@apollo/utils.keyvaluecache": "^2.0.0",
"@apollo/usage-reporting-protobuf": "^4.0.0"

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