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 9.1.4 to 9.1.5

8

relay-runtime/index.d.ts

@@ -56,10 +56,2 @@ // Type definitions for relay-runtime 9.1

export { isClientID, generateClientID, generateUniqueClientID } from './lib/store/ClientID';
export {
ConnectionEvent,
ConnectionID,
ConnectionReference,
ConnectionReferenceObject,
ConnectionResolver,
ConnectionSnapshot,
} from './lib/store/RelayConnection';
export { TaskScheduler } from './lib/store/RelayModernQueryExecutor';

@@ -66,0 +58,0 @@ export { RecordState } from './lib/store/RelayRecordState';

5

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

@@ -11,3 +11,2 @@ import { ReaderFragment } from '../util/ReaderNode';

} from '../util/NormalizationNode';
import { ConnectionInternalEvent, ConnectionID } from './RelayConnection';
import { PayloadData, Network, UploadableMap, PayloadError, GraphQLResponse } from '../network/RelayNetworkTypes';

@@ -401,3 +400,3 @@ import { RelayObservable } from '../network/RelayObservable';

getPluralRootField(fieldName: string): Array<RecordProxy<T> | null> | null;
insertConnectionEdge_UNSTABLE(connectionID: ConnectionID, args: Variables, edge: RecordProxy): void;
invalidateStore(): void;
}

@@ -816,3 +815,2 @@

export interface RelayResponsePayload {
readonly connectionEvents: ConnectionInternalEvent[] | null | undefined;
readonly errors: PayloadError[] | null | undefined;

@@ -823,2 +821,3 @@ readonly fieldPayloads: HandleFieldPayload[] | null | undefined;

readonly source: MutableRecordSource;
readonly isFinal: boolean;
}

@@ -825,0 +824,0 @@

4

relay-runtime/lib/util/RelayFeatureFlags.d.ts
export interface FeatureFlags {
ENABLE_VARIABLE_CONNECTION_KEY: boolean;
ENABLE_CONNECTION_RESOLVERS: boolean;
ENABLE_RELAY_CONTAINERS_SUSPENSE: boolean;
ENABLE_PARTIAL_RENDERING_DEFAULT: boolean;
USE_RECORD_SOURCE_MAP_IMPL: boolean;
ENABLE_UNIQUE_MUTATION_ROOT: boolean;
}
export const RelayFeatureFlags: FeatureFlags;
{
"name": "@types/relay-runtime",
"version": "9.1.4",
"version": "9.1.5",
"description": "TypeScript definitions for relay-runtime",

@@ -57,4 +57,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "88a7a636254e8668c38df10be1304073ebe749ec588d4d64130eb06f9c537b93",
"typesPublisherContentHash": "55d437afde87095169c73138bcb554ead7f93d8c37854cbdd761e4318f0b3f36",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Wed, 17 Jun 2020 21:29:58 GMT
* Last updated: Thu, 18 Jun 2020 15:10:18 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