Socket
Socket
Sign inDemoInstall

@graphiql/toolkit

Package Overview
Dependencies
Maintainers
2
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphiql/toolkit - npm Package Compare versions

Comparing version 0.2.2 to 0.3.0

6

CHANGELOG.md
# @graphiql/toolkit
## 0.3.0
### Minor Changes
- [`6a459f4c`](https://github.com/graphql/graphiql/commit/6a459f4c235bb0d70725ae6ad7fc1cfa34f49dca) [#1968](https://github.com/graphql/graphiql/pull/1968) Thanks [@acao](https://github.com/acao)! - Remove `optionalDependencies` entirely, remove `subscriptions-transport-ws` which introduces vulnerabilities, upgrade `@n1ru4l/push-pull-async-iterable-iterator` to 3.0.0, upgrade `graphql-ws` several minor versions - the `graphql-ws@5.x` upgrade will come in a later minor release.
## 0.2.2

@@ -4,0 +10,0 @@

13

package.json
{
"name": "@graphiql/toolkit",
"version": "0.2.2",
"version": "0.3.0",
"description": "Utility to build a fetcher for GraphiQL",

@@ -23,4 +23,4 @@ "contributors": [

"dependencies": {
"@n1ru4l/push-pull-async-iterable-iterator": "^2.1.4",
"graphql-ws": "^4.3.2",
"@n1ru4l/push-pull-async-iterable-iterator": "^3.0.0",
"graphql-ws": "^4.9.0",
"meros": "^1.1.4"

@@ -31,9 +31,6 @@ },

"isomorphic-fetch": "^3.0.0",
"subscriptions-transport-ws": "^0.9.18"
"subscriptions-transport-ws": "^0.9.19"
},
"optionalDependencies": {
"subscriptions-transport-ws": "^0.9.18"
},
"peerDependencies": {
"graphql": ">= v14.5.0 <= 15.5.0"
"graphql": ">= v14.5.0 <= 15.6.1"
},

@@ -40,0 +37,0 @@ "keywords": [

@@ -0,1 +1,3 @@

[Discord Channel](https://discord.gg/NP5vbPeUFp)
# `@graphiql/toolkit`

@@ -5,3 +7,3 @@

Part of the GraphiQL 2.0.0 initiative.
A core dependency of the GraphiQL 2.0.0 initiative.

@@ -16,4 +18,4 @@ ## Docs

- [x] Begin porting common type definitions used by GraphiQL and it's dependencies
- [ ] `createFetcher` utility for an easier `fetcher`
- [x] `createGraphiQLFetcher` utility for an easier `fetcher`
- [ ] Migrate over general purpose `graphiql/src/utilities`
- [ ] Utility to generate json schema spec from `getQueryFacts` for monaco, vscode, etc

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