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

@apollo/federation-internals

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/federation-internals - npm Package Compare versions

Comparing version 2.0.0-preview.0 to 2.0.0-preview.1

8

CHANGELOG.md

@@ -9,2 +9,10 @@ # CHANGELOG for `@apollo/federation-internals`

## v2.0.0-preview.1
- No-op publish to account for publishing difficulties.
## v2.0.0-preview.0
- Initial "preview" release.
## v2.0.0-alpha.6

@@ -11,0 +19,0 @@

2

dist/coreSpec.d.ts

@@ -10,3 +10,3 @@ import { ASTNode, StringValueNode } from "graphql";

};
export declare const corePurposes: ("SECURITY" | "EXECUTION")[];
export declare const corePurposes: ("EXECUTION" | "SECURITY")[];
export declare type CorePurpose = typeof corePurposes[number];

@@ -13,0 +13,0 @@ export declare abstract class FeatureDefinition {

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {

@@ -10,0 +6,0 @@ if (k2 === undefined) k2 = k;

{
"name": "@apollo/federation-internals",
"version": "2.0.0-preview.0",
"version": "2.0.0-preview.1",
"description": "Apollo Federation internal utilities",

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

},
"gitHead": "e76fd3e16bf140ba9b30fe26d48657bccca180dc"
"gitHead": "0ab9894af98cc2687fe261ce415f19df0380a399"
}

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