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.0 to 0.36.1

dist/composition/validate/preComposition/noFed2Subgraphs.d.ts

1

dist/composition/validate/preComposition/index.d.ts

@@ -7,2 +7,3 @@ export { externalUsedOnBase } from './externalUsedOnBase';

export { duplicateEnumValue } from './duplicateEnumValue';
export { noFed2Subgraphs } from './noFed2Subgraphs';
//# sourceMappingURL=index.d.ts.map

4

dist/composition/validate/preComposition/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.duplicateEnumValue = exports.duplicateEnumOrScalar = exports.reservedFieldUsed = exports.keyFieldsMissingExternal = exports.requiresUsedOnBase = exports.externalUsedOnBase = void 0;
exports.noFed2Subgraphs = exports.duplicateEnumValue = exports.duplicateEnumOrScalar = exports.reservedFieldUsed = exports.keyFieldsMissingExternal = exports.requiresUsedOnBase = exports.externalUsedOnBase = void 0;
var externalUsedOnBase_1 = require("./externalUsedOnBase");

@@ -16,2 +16,4 @@ Object.defineProperty(exports, "externalUsedOnBase", { enumerable: true, get: function () { return externalUsedOnBase_1.externalUsedOnBase; } });

Object.defineProperty(exports, "duplicateEnumValue", { enumerable: true, get: function () { return duplicateEnumValue_1.duplicateEnumValue; } });
var noFed2Subgraphs_1 = require("./noFed2Subgraphs");
Object.defineProperty(exports, "noFed2Subgraphs", { enumerable: true, get: function () { return noFed2Subgraphs_1.noFed2Subgraphs; } });
//# sourceMappingURL=index.js.map
{
"name": "@apollo/federation",
"version": "0.36.0",
"version": "0.36.1",
"description": "Apollo Federation Utilities",

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

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

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

},
"gitHead": "60defe7f8eb227325462d1a90d0ab1a9f21f13ea"
"gitHead": "34ce971a02eecee62fcdc91deaa63d2ce6564d95"
}

@@ -7,1 +7,2 @@ export { externalUsedOnBase } from './externalUsedOnBase';

export { duplicateEnumValue } from './duplicateEnumValue';
export { noFed2Subgraphs } from './noFed2Subgraphs';

Sorry, the diff of this file is not supported yet

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