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.19 to 14.1.20

13

relay-runtime/lib/util/withProvidedVariables.d.ts
import { ProvidedVariablesType } from "./RelayConcreteNode";
import { Variables } from "./RelayRuntimeTypes";
export default function withProvidedVariables(
userSuppliedVariables: Variables,
providedVariables: ProvidedVariablesType | null | undefined,
): Variables;
interface WithProvidedVariablesFn {
(
userSuppliedVariables: Variables,
providedVariables: ProvidedVariablesType | null | undefined,
): Variables;
tests_only_resetDebugCache: undefined | (() => void);
}
declare const withProvidedVariables: WithProvidedVariablesFn;
export default withProvidedVariables;
{
"name": "@types/relay-runtime",
"version": "14.1.19",
"version": "14.1.20",
"description": "TypeScript definitions for relay-runtime",

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

"dependencies": {},
"typesPublisherContentHash": "56e2ed38ef501a0fb9f29dcdbdad8f8470987bee9da92b87bd6f1cdf94ae5bc4",
"typeScriptVersion": "4.5"
"typesPublisherContentHash": "1c1b735c030811edb0de3c13d022338f6b5d56611e55183e09ac9d17ce5f217c",
"typeScriptVersion": "4.6"
}

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

### Additional Details
* Last updated: Wed, 22 Nov 2023 00:24:48 GMT
* Last updated: Wed, 13 Dec 2023 05:07:06 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