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 7.0.22 to 7.0.23

4

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

componentDisplayName: string,
): // eslint-disable-next-line no-unnecessary-generics
): // eslint-disable-next-line @definitelytyped/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
// eslint-disable-next-line no-unnecessary-generics
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics
config: GraphQLSubscriptionConfig<TSubscriptionPayload>,
requestSubscriptionFn?: typeof requestSubscription,
): void;
{
"name": "@types/react-relay",
"version": "7.0.22",
"version": "7.0.23",
"description": "TypeScript definitions for react-relay",

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

},
"typesPublisherContentHash": "4a0164124be0276d7dd28c7315f3002c5bc6242783d2e741fce919de049fb581",
"typeScriptVersion": "4.2"
"typesPublisherContentHash": "79ecf3a7334a7429c837b028c7d504600a5d4a321603ad46e5f5b600fb3d9c2a",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Fri, 30 Dec 2022 23:03:46 GMT
* Last updated: Tue, 22 Aug 2023 18:04:39 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

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