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.1.4 to 0.2.0

8

CHANGELOG.md

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

- _Nothing yet! Stay tuned!_
# v0.2.0
- Expand the range of supported `node` versions in the package's `engines` specifier to include the now-tested Node.js `16`. [PR #713](https://github.com/apollographql/federation/pull/713)
# v0.1.4
- Add missing `deep-equal` dependency, which was accidentally installed to the monorepo's root. [PR #709](https://github.com/apollographql/federation/pull/709)

@@ -9,0 +17,0 @@

6

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

@@ -21,3 +21,3 @@ "author": "Apollo <opensource@apollographql.com>",

"engines": {
"node": ">=12.13.0 <15.0"
"node": ">=12.13.0 <17.0"
},

@@ -36,3 +36,3 @@ "license": "MIT",

},
"gitHead": "db6e39181877a9fa7e890c26adaceedb0c212107"
"gitHead": "9e9e133af626d5ead8039c05722f137c2151b463"
}
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