New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/react-relay

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-relay - npm Package Compare versions

Comparing version

to
7.0.22

4

react-relay v7.0/lib/relay-experimental/useBlockingPaginationFragment.d.ts

@@ -19,3 +19,3 @@ import { GraphQLTaggedNode, OperationType } from 'relay-runtime';

componentDisplayName?: string,
): // tslint:disable-next-line no-unnecessary-generics
): // eslint-disable-next-line no-unnecessary-generics
ReturnTypeNode<TQuery, TKey, KeyTypeData<TKey>>;

@@ -27,3 +27,3 @@

componentDisplayName?: string,
): // tslint:disable-next-line no-unnecessary-generics
): // eslint-disable-next-line no-unnecessary-generics
ReturnTypeNode<TQuery, TKey, KeyTypeData<TKey> | null>;

@@ -40,3 +40,3 @@ import {

args: UseLoadMoreFunctionArgs,
): // tslint:disable-next-line no-unnecessary-generics
): // eslint-disable-next-line no-unnecessary-generics
[LoadMoreFn<TQuery>, boolean, DisposeFn];

@@ -43,0 +43,0 @@

@@ -20,3 +20,3 @@ import { GraphQLTaggedNode, OperationType } from 'relay-runtime';

parentFragmentRef: TKey,
): // tslint:disable-next-line no-unnecessary-generics
): // eslint-disable-next-line no-unnecessary-generics
ReturnType<TQuery, TKey, KeyTypeData<TKey>>;

@@ -27,3 +27,3 @@

parentFragmentRef: TKey | null,
): // tslint:disable-next-line no-unnecessary-generics
): // eslint-disable-next-line no-unnecessary-generics
ReturnType<TQuery, TKey | null, KeyTypeData<TKey> | null>;

@@ -14,3 +14,3 @@ import { GraphQLTaggedNode, OperationType } from 'relay-runtime';

fragmentRef: TKey,
): // tslint:disable-next-line no-unnecessary-generics
): // eslint-disable-next-line no-unnecessary-generics
ReturnTypeNode<TQuery, TKey, KeyTypeData<TKey>>;

@@ -21,3 +21,3 @@

fragmentRef: TKey | null,
): // tslint:disable-next-line no-unnecessary-generics
): // eslint-disable-next-line no-unnecessary-generics
ReturnTypeNode<TQuery, TKey, KeyTypeData<TKey> | null>;

@@ -107,3 +107,3 @@ import {

componentDisplayName: string,
): // tslint:disable-next-line:no-unnecessary-generics
): // eslint-disable-next-line no-unnecessary-generics
ReturnTypeNode<TQuery, TKey, InternalOptions>;

@@ -5,5 +5,5 @@ import { GraphQLSubscriptionConfig, OperationType, requestSubscription } from 'relay-runtime';

// The actual subtype of OperationType is required to allow for type inference inside GraphQLSubscriptionConfig.s
// tslint:disable-next-line no-unnecessary-generics
// eslint-disable-next-line no-unnecessary-generics
config: GraphQLSubscriptionConfig<TSubscriptionPayload>,
requestSubscriptionFn?: typeof requestSubscription,
): void;
{
"name": "@types/react-relay",
"version": "7.0.21",
"version": "7.0.22",
"description": "TypeScript definitions for react-relay",

@@ -36,4 +36,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-relay",

},
"typesPublisherContentHash": "213958bd51d9c450b1c75d1a4a2e78e9379f4795f2c2135355f854eaefc53f59",
"typeScriptVersion": "4.0"
"typesPublisherContentHash": "4a0164124be0276d7dd28c7315f3002c5bc6242783d2e741fce919de049fb581",
"typeScriptVersion": "4.2"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 17 Aug 2022 08:32:32 GMT
* Last updated: Fri, 30 Dec 2022 23:03:46 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/relay-runtime](https://npmjs.com/package/@types/relay-runtime)

@@ -14,0 +14,0 @@ * Global values: none