Socket
Socket
Sign inDemoInstall

graphql-hooks

Package Overview
Dependencies
19
Maintainers
8
Versions
85
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.2.0 to 6.2.1

4

lib/GraphQLClient.d.ts
/// <reference types="node" />
import EventEmitter from 'events';
import { Client as GraphQLWsClient } from 'graphql-ws';
import { SubscriptionClient } from 'subscriptions-transport-ws';
import type { Client as GraphQLWsClient } from 'graphql-ws';
import type { SubscriptionClient } from 'subscriptions-transport-ws';
import Middleware from './Middleware';

@@ -6,0 +6,0 @@ import type { UseClientRequestOptions, Cache, ClientOptions, FetchFunction, GenerateResultOptions, OnErrorFunction, Operation, RequestOptions, Result, CacheKeyObject } from './types/common-types';

{
"name": "graphql-hooks",
"version": "6.2.0",
"version": "6.2.1",
"description": "Graphql Hooks",

@@ -67,3 +67,3 @@ "main": "lib/graphql-hooks.js",

"homepage": "https://github.com/nearform/graphql-hooks#readme",
"gitHead": "78823da32b5c8c849e93c5deadd5f3829443b90e"
"gitHead": "8a0e5066e58e628b746bb7854ffc51a53288d263"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc