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

@apollo/composition

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apollo/composition - npm Package Compare versions

Comparing version 2.9.0-connectors.8 to 2.9.0-connectors.9

2

dist/compose.js

@@ -52,3 +52,3 @@ "use strict";

function validateSatisfiability({ supergraphSchema, supergraphSdl }) {
const supergraph = supergraphSchema ? new federation_internals_1.Supergraph(supergraphSchema, null) : federation_internals_1.Supergraph.build(supergraphSdl);
const supergraph = supergraphSchema ? new federation_internals_1.Supergraph(supergraphSchema, null) : federation_internals_1.Supergraph.build(supergraphSdl, { supportedFeatures: null });
const supergraphQueryGraph = (0, query_graphs_1.buildSupergraphAPIQueryGraph)(supergraph);

@@ -55,0 +55,0 @@ const federatedQueryGraph = (0, query_graphs_1.buildFederatedQueryGraph)(supergraph, false);

{
"name": "@apollo/composition",
"version": "2.9.0-connectors.8",
"version": "2.9.0-connectors.9",
"description": "Apollo Federation composition utilities",

@@ -30,4 +30,4 @@ "main": "dist/index.js",

"dependencies": {
"@apollo/federation-internals": "2.9.0-connectors.8",
"@apollo/query-graphs": "2.9.0-connectors.8"
"@apollo/federation-internals": "2.9.0-connectors.9",
"@apollo/query-graphs": "2.9.0-connectors.9"
},

@@ -34,0 +34,0 @@ "peerDependencies": {

@@ -133,3 +133,3 @@ import {

// and there is no reason to error due to an unsupported feature.
const supergraph = supergraphSchema ? new Supergraph(supergraphSchema, null) : Supergraph.build(supergraphSdl);
const supergraph = supergraphSchema ? new Supergraph(supergraphSchema, null) : Supergraph.build(supergraphSdl, { supportedFeatures: null });
const supergraphQueryGraph = buildSupergraphAPIQueryGraph(supergraph);

@@ -136,0 +136,0 @@ const federatedQueryGraph = buildFederatedQueryGraph(supergraph, false);

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