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-a6d20235.0 to 0.9.0-canary-b5674a4f.0

dist/async-helpers/index.d.ts

4

CHANGELOG.md
# @graphiql/toolkit
## 0.9.0-canary-a6d20235.0
## 0.9.0-canary-b5674a4f.0

@@ -9,2 +9,4 @@ ### Minor Changes

all previously `<package>/esm` paths are now `<package>/dist` for example, `monaco-graphql/esm/initializeMode` is now `monaco-graphql/dist/initializeMode`
## 0.8.4

@@ -11,0 +13,0 @@

{
"name": "@graphiql/toolkit",
"version": "0.9.0-canary-a6d20235.0",
"version": "0.9.0-canary-b5674a4f.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