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.1 to 9.1.2

3

relay-runtime/index.d.ts

@@ -192,3 +192,4 @@ // Type definitions for relay-runtime 9.1

export { RelayProfiler } from './lib/util/RelayProfiler';
export { getRelayHandleKey } from './lib/util/getRelayHandleKey';
export { default as getRelayHandleKey } from './lib/util/getRelayHandleKey';
export { default as getRequestIdentifier } from './lib/util/getRequestIdentifier';

@@ -195,0 +196,0 @@ // INTERNAL-ONLY

@@ -1,1 +0,1 @@

export function getRelayHandleKey(handleName: string, key?: string | null, fieldName?: string | null): string;
export default function getRelayHandleKey(handleName: string, key?: string | null, fieldName?: string | null): string;

@@ -10,2 +10,2 @@ import { RequestParameters } from './RelayConcreteNode';

*/
export function getRequestIdentifier(parameters: RequestParameters, variables: Variables): RequestIdentifier;
export default function getRequestIdentifier(parameters: RequestParameters, variables: Variables): RequestIdentifier;
{
"name": "@types/relay-runtime",
"version": "9.1.1",
"version": "9.1.2",
"description": "TypeScript definitions for relay-runtime",

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

"dependencies": {},
"typesPublisherContentHash": "ead8dca5ed8861429549683d4062b8d985dc8acbf3e69d202da3415d8581a9f3",
"typesPublisherContentHash": "3ae5eb47334b95c89505bf0e083dda8423ff8aa5a48d5b04ddf8d5af567e8dec",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Tue, 16 Jun 2020 16:51:06 GMT
* Last updated: Tue, 16 Jun 2020 19:47:53 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