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.27.0 to 0.27.1

4

CHANGELOG.md

@@ -7,2 +7,6 @@ # CHANGELOG for `@apollo/federation`

- Narrow `graphql` peer dependency to a more fitting range `^15.4.0` based on our current usage of the package. This requirement was introduced by, but not captured in, changes within the recently released `@apollo/federation@0.27.0`. As such, this change will be released as a `patch` since the breaking change already accidentally happened and this is a correction to that oversight. [PR #913](https://github.com/apollographql/federation/pull/913)
## v0.27.0
- Skip missing types while iterating over field directive usages. It's possible to capture directive usages on fields whose types don't actually exist in the schema (due to invalid composition). See PR for more details. [PR #868](https://github.com/apollographql/federation/pull/868)

@@ -9,0 +13,0 @@ - Disregard @inaccessible directive in subgraphs. This is a bit of a retrace on a previous decision. @inaccessible will now be achieved strictly through a combination of @tag and Studio usage. [PR #880](https://github.com/apollographql/federation/pull/880)

6

package.json
{
"name": "@apollo/federation",
"version": "0.27.0",
"version": "0.27.1",
"description": "Apollo Federation Utilities",

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

"peerDependencies": {
"graphql": "^14.5.0 || ^15.0.0"
"graphql": "^15.4.0"
},
"gitHead": "613110ec4e09dd92130e9e1695391d4a714b023b"
"gitHead": "c1fc85b2232d38625fc5a45c32dad383db21e19b"
}
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