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

@types/relay-runtime

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/relay-runtime - npm Package Compare versions

Comparing version 14.1.4 to 14.1.5

12

relay-runtime/lib/store/RelayStoreTypes.d.ts

@@ -19,3 +19,3 @@ import { MutationParameters } from '../mutations/commitMutation';

} from '../util/NormalizationNode';
import { ReaderFragment } from '../util/ReaderNode';
import { ReaderFragment, ReaderLinkedField } from '../util/ReaderNode';
import { ConcreteRequest, RequestParameters } from '../util/RelayConcreteNode';

@@ -897,3 +897,3 @@ import { CacheConfig, DataID, Disposable, FetchPolicy, RenderPolicy, Variables } from '../util/RelayRuntimeTypes';

field: NormalizationScalarField,
record: Record | null | undefined,
parentRecord: ReadOnlyRecordProxy | null | undefined,
args: Variables,

@@ -906,4 +906,4 @@ store: ReadOnlyRecordSourceProxy,

handle: (
field: NormalizationLinkedField,
record: Record | null | undefined,
field: NormalizationLinkedField | ReaderLinkedField,
parentRecord: ReadOnlyRecordProxy | null | undefined,
args: Variables,

@@ -916,4 +916,4 @@ store: ReadOnlyRecordSourceProxy,

handle: (
field: NormalizationLinkedField,
record: Record | null | undefined,
field: NormalizationLinkedField | ReaderLinkedField,
parentRecord: ReadOnlyRecordProxy | null | undefined,
args: Variables,

@@ -920,0 +920,0 @@ store: ReadOnlyRecordSourceProxy,

@@ -16,2 +16,13 @@ import type { ConnectionMetadata } from '../handlers/connection/ConnectionHandler';

export interface ReaderLinkedField {
readonly kind: string; // 'LinkedField';
readonly alias?: string | null | undefined;
readonly name: string;
readonly storageKey?: string | null | undefined;
readonly args?: ReadonlyArray<ReaderArgument> | null | undefined;
readonly concreteType?: string | null | undefined;
readonly plural: boolean;
readonly selections: ReadonlyArray<ReaderSelection>;
}
export interface ReaderFragment {

@@ -18,0 +29,0 @@ readonly kind: string; // 'Fragment';

{
"name": "@types/relay-runtime",
"version": "14.1.4",
"version": "14.1.5",
"description": "TypeScript definitions for relay-runtime",

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

"dependencies": {},
"typesPublisherContentHash": "664758bf18f90827f129d560f0e7e06bcfa623990252502ba22fbdb69cf140b3",
"typesPublisherContentHash": "1051fd0b2dad90e2db7d1396be55885828d50362938df4c3fb154f03e2b0badc",
"typeScriptVersion": "4.1"
}

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

### Additional Details
* Last updated: Fri, 28 Oct 2022 01:02:52 GMT
* Last updated: Mon, 28 Nov 2022 06:02:51 GMT
* Dependencies: none

@@ -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