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-d52fbc57.0 to 0.9.0-canary-f0f5afb3.0

dist/async-helpers/index.d.ts

6

CHANGELOG.md
# @graphiql/toolkit
## 0.9.0-canary-d52fbc57.0
## 0.9.0-canary-f0f5afb3.0
### Minor Changes
- [#3324](https://github.com/graphql/graphiql/pull/3324) [`2c1cb23c`](https://github.com/graphql/graphiql/commit/2c1cb23c6c5ffdf666fa864cd2edb8b4deb7f090) 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`
all previously `<package>/esm` paths are now `<package>/dist` for example, `monaco-graphql/esm/initializeMode` is now `monaco-graphql/dist/initializeMode`
## 0.8.4

@@ -10,0 +12,0 @@

@@ -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-d52fbc57.0",
"version": "0.9.0-canary-f0f5afb3.0",
"description": "Utility to build a fetcher for GraphiQL",

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

"license": "MIT",
"module": "esm/index.js",
"types": "esm/index.d.ts",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {},

@@ -22,0 +22,0 @@ "dependencies": {

@@ -5,3 +5,3 @@ {

"rootDir": "./src",
"outDir": "./esm",
"outDir": "./dist",
"composite": true,

@@ -8,0 +8,0 @@ "jsx": "react",

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