Socket
Socket
Sign inDemoInstall

@graphiql/toolkit

Package Overview
Dependencies
Maintainers
5
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.9.0-canary-6de7e53f.0 to 0.9.0-canary-a6d20235.0

4

CHANGELOG.md
# @graphiql/toolkit
## 0.9.0-canary-6de7e53f.0
## 0.9.0-canary-a6d20235.0
### Minor Changes
- [#3324](https://github.com/graphql/graphiql/pull/3324) [`d1fce1c3`](https://github.com/graphql/graphiql/commit/d1fce1c363e963f69482397be24293cf8773898c) Thanks [@acao](https://github.com/acao)! - _BREAKING CHANGE:_ drop commonjs exports in all libraries except for `graphiql` and `@graphiql/react`
- [#3324](https://github.com/graphql/graphiql/pull/3324) [`c5fafc3a`](https://github.com/graphql/graphiql/commit/c5fafc3ac1e140711c054c5812a5b63f76140280) Thanks [@acao](https://github.com/acao)! - _BREAKING CHANGE:_ drop commonjs exports in all libraries except for `graphiql` and `@graphiql/react`

@@ -9,0 +9,0 @@ ## 0.8.4

@@ -38,3 +38,3 @@ # `createGraphiQLFetcher`

const url = 'https://myschema.com/graphql';
const url = 'https://my-schema.com/graphql';

@@ -67,5 +67,5 @@ const fetcher = createGraphiQLFetcher({ url });

const url = 'https://myschema.com/graphql';
const url = 'https://my-schema.com/graphql';
const subscriptionUrl = 'wss://myschema.com/graphql';
const subscriptionUrl = 'wss://my-schema.com/graphql';

@@ -148,5 +148,5 @@ const fetcher = createGraphiQLFetcher({

const url = 'https://myschema.com/graphql';
const url = 'https://my-schema.com/graphql';
const subscriptionUrl = 'wss://myschema.com/graphql';
const subscriptionUrl = 'wss://my-schema.com/graphql';

@@ -181,5 +181,5 @@ const fetcher = createGraphiQLFetcher({

const url = 'https://myschema.com/graphql';
const url = 'https://my-schema.com/graphql';
const subscriptionUrl = 'wss://myschema.com/graphql';
const subscriptionUrl = 'wss://my-schema.com/graphql';

@@ -214,3 +214,3 @@ const fetcher = createGraphiQLFetcher({

const url = 'https://myschema.com/graphql';
const url = 'https://my-schema.com/graphql';

@@ -217,0 +217,0 @@ const fetcher = createGraphiQLFetcher({

{
"name": "@graphiql/toolkit",
"version": "0.9.0-canary-6de7e53f.0",
"version": "0.9.0-canary-a6d20235.0",
"description": "Utility to build a fetcher for GraphiQL",

@@ -5,0 +5,0 @@ "contributors": [

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