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

@apollo/federation

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apollo/federation - npm Package Compare versions

Comparing version 0.36.2 to 0.37.0

2

dist/composition/utils.d.ts

@@ -26,3 +26,3 @@ import { StringValueNode, NameNode, DocumentNode, DirectiveNode, GraphQLNamedType, GraphQLError, GraphQLSchema, GraphQLObjectType, GraphQLField, TypeDefinitionNode, TypeExtensionNode, ASTNode, DirectiveDefinitionNode, GraphQLDirective, OperationTypeNode, NonNullTypeNode, NamedTypeNode } from 'graphql';

}): boolean;
export declare const logServiceAndType: (serviceName: string, typeName: string, fieldName?: string | undefined) => string;
export declare const logServiceAndType: (serviceName: string, typeName: string, fieldName?: string) => string;
export declare function logDirective(directiveName: string): string;

@@ -29,0 +29,0 @@ export declare function errorWithCode(code: string, message: string, nodes?: ReadonlyArray<ASTNode> | ASTNode | undefined): GraphQLError;

{
"name": "@apollo/federation",
"version": "0.36.2",
"version": "0.37.0",
"description": "Apollo Federation Utilities",

@@ -26,3 +26,3 @@ "main": "dist/index.js",

"dependencies": {
"@apollo/subgraph": "^0.4.2",
"@apollo/subgraph": "^0.5.0",
"apollo-server-types": "^3.0.2",

@@ -34,3 +34,3 @@ "lodash.xorby": "^4.7.0"

},
"gitHead": "b812602d24dcc245e07f712c8e942a4078609d55"
"gitHead": "302ecaeea4e20a4d594b92b94499d9e156f4cea6"
}

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