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

@apollo/query-graphs

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/query-graphs - npm Package Compare versions

Comparing version 2.0.0-alpha.4 to 2.0.0-alpha.5

6

CHANGELOG.md

@@ -5,4 +5,10 @@ # CHANGELOG for `@apollo/query-graphs`

> The changes noted within this `vNEXT` section have not been released yet. New PRs and commits which introduce changes should include an entry in this `vNEXT` section as part of their development. When a release is being prepared, a new header will be (manually) created below and the appropriate changes within that release will be moved into the new section.
- _Nothing yet! Stay tuned._
## v2.0.0-alpha.5
- Remove `graphql@15` from peer dependencies [PR #1472](https://github.com/apollographql/federation/pull/1472).
## v2.0.0-alpha.4

@@ -9,0 +15,0 @@

6

jest.config.js

@@ -6,3 +6,7 @@ const baseConfig = require('../jest.config.base');

module.exports = {
...baseConfig
...baseConfig,
displayName: {
name: "@apollo/query-graphs",
color: "yellow",
},
};

8

package.json
{
"name": "@apollo/query-graphs",
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"description": "Apollo Federation library to work with 'query graphs'",

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

"dependencies": {
"@apollo/federation-internals": "^2.0.0-alpha.4",
"@apollo/federation-internals": "^2.0.0-alpha.5",
"deep-equal": "^2.0.5",

@@ -35,5 +35,5 @@ "ts-graphviz": "^0.16.0"

"peerDependencies": {
"graphql": "^15.7.0 || ^16.0.0"
"graphql": "^16.0.0"
},
"gitHead": "c32794a48598bac2e2372c23a2ea74ae187cce85"
"gitHead": "efb50aa3d3742d2fed8c841569651b2b7b729f2f"
}

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