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

@types/react-relay

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-relay - npm Package Compare versions

Comparing version 11.0.2 to 11.0.3

6

react-relay/package.json
{
"name": "@types/react-relay",
"version": "11.0.2",
"version": "11.0.3",
"description": "TypeScript definitions for react-relay",

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

},
"typesPublisherContentHash": "0a16d0581dd50d13bc398b86eb44a115bca7e742ba57b7acd3835962581b14c3",
"typeScriptVersion": "3.7"
"typesPublisherContentHash": "b387c8999cfc864d818a10770abb849535da4e1b05dc5bf1da7261584baad44b",
"typeScriptVersion": "3.8"
}

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

### Additional Details
* Last updated: Wed, 07 Jul 2021 17:33:55 GMT
* Last updated: Wed, 08 Dec 2021 23:01:24 GMT
* Dependencies: [@types/relay-runtime](https://npmjs.com/package/@types/relay-runtime), [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +14,0 @@ * Global values: none

@@ -8,6 +8,11 @@ /*

export type KeyType<TData = unknown> = Readonly<{
' $data'?: TData | undefined;
' $fragmentRefs': FragmentReference;
}>;
export type KeyType<TData = unknown> = Readonly<
| {
' $data'?: TData | undefined;
' $fragmentRefs': FragmentReference;
}
| {
' $data'?: TData | undefined;
' $fragmentSpreads': FragmentReference;
}>;

@@ -14,0 +19,0 @@ export type KeyTypeData<TKey extends KeyType<TData>, TData = unknown> = Required<TKey>[' $data'];

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