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

@apollo/query-planner

Package Overview
Dependencies
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apollo/query-planner - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

CHANGELOG.md

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

- 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/query-planner@0.3.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.3.0
- Introduce support for removing @inaccessible elements from the API schema. [PR #807](https://github.com/apollographql/federation/pull/859)

@@ -9,0 +13,0 @@ - Mask inaccessible typenames in runtime operation errors. [PR #893](https://github.com/apollographql/federation/pull/893)

6

package.json
{
"name": "@apollo/query-planner",
"version": "0.3.0",
"version": "0.3.1",
"description": "Apollo Query Planner",

@@ -34,5 +34,5 @@ "author": "Apollo <opensource@apollographql.com>",

"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