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.35.4 to 0.36.0

4

dist/composition/utils.d.ts

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

import { Kind, StringValueNode, NameNode, DocumentNode, DirectiveNode, GraphQLNamedType, GraphQLError, GraphQLSchema, GraphQLObjectType, GraphQLField, TypeDefinitionNode, TypeExtensionNode, ASTNode, DirectiveDefinitionNode, GraphQLDirective, OperationTypeNode, NonNullTypeNode, NamedTypeNode } from 'graphql';
import { StringValueNode, NameNode, DocumentNode, DirectiveNode, GraphQLNamedType, GraphQLError, GraphQLSchema, GraphQLObjectType, GraphQLField, TypeDefinitionNode, TypeExtensionNode, ASTNode, DirectiveDefinitionNode, GraphQLDirective, OperationTypeNode, NonNullTypeNode, NamedTypeNode } from 'graphql';
import { ExternalFieldDefinition, DefaultRootOperationTypeName, Maybe, FederationDirective, ServiceDefinition } from './types';

@@ -43,3 +43,3 @@ import type { FederationType, FederationField, FieldSet } from './types';

name: string[];
kind: Kind[];
kind: any[];
fields: {

@@ -46,0 +46,0 @@ [fieldName: string]: string[];

{
"name": "@apollo/federation",
"version": "0.35.4",
"version": "0.36.0",
"description": "Apollo Federation Utilities",

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

"engines": {
"node": ">=12.13.0 <17.0"
"node": ">=12.13.0 <18.0"
},

@@ -27,3 +27,3 @@ "publishConfig": {

"dependencies": {
"@apollo/subgraph": "^0.3.3",
"@apollo/subgraph": "^0.4.0",
"apollo-server-types": "^3.0.2",

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

},
"gitHead": "6103260972dc4913aa640c49d5630d2f0a77cec3"
"gitHead": "60defe7f8eb227325462d1a90d0ab1a9f21f13ea"
}

@@ -641,3 +641,3 @@ import {

const kindDiff: typeof Kind[keyof typeof Kind][] =
const kindDiff: any[] =
firstNode.kind === secondNode.kind ? [] : [firstNode.kind, secondNode.kind];

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