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
0
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 17.0.0 to 17.0.1

5

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

@@ -357,2 +357,7 @@ import { MutationParameters } from "../mutations/commitMutation";

: never;
getOrCreateLinkedRecord<K extends keyof T>(
name: K,
typeName: string,
args?: Variables | null,
): RecordProxy<NonNullable<T[K]>>;
getOrCreateLinkedRecord(name: string, typeName: string, args?: Variables | null): RecordProxy<T>;

@@ -359,0 +364,0 @@ getType(): string;

6

relay-runtime/package.json
{
"name": "@types/relay-runtime",
"version": "17.0.0",
"version": "17.0.1",
"description": "TypeScript definitions for relay-runtime",

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

"dependencies": {},
"typesPublisherContentHash": "82fe440530bff8a874e0bf0e3b56ca80959e609c039c824cc3d6bbeb61cb88d4",
"typeScriptVersion": "4.7"
"typesPublisherContentHash": "2f2ecac0a0876252555f18599b23266cc56c65c1d1a03268b0967f99758f9e82",
"typeScriptVersion": "4.8"
}

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

### Additional Details
* Last updated: Sat, 15 Jun 2024 11:06:44 GMT
* Last updated: Fri, 28 Jun 2024 12:44:05 GMT
* Dependencies: none

@@ -14,0 +14,0 @@

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