Huge News!Announcing our $40M Series B led by Abstract Ventures.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 16.0.3 to 16.0.4

4

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

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

},
"typesPublisherContentHash": "c9bbbb85eacb6db70108159cb95e5d48f654a7e0b888feb7dbc93d361efd14ad",
"typesPublisherContentHash": "16c9c569391fd5796b73a671d4e254ed9b25634d631ae2467fcbf2bd8b93b49e",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Last updated: Wed, 22 Nov 2023 00:24:48 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/relay-runtime](https://npmjs.com/package/@types/relay-runtime)

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

@@ -21,4 +21,7 @@ import {

configs?: DeclarativeMutationConfig[] | undefined;
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type
onError?: ((error: Error) => void | null) | undefined;
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type
onCompleted?: ((response: TMutation["response"], errors: PayloadError[] | null) => void | null) | undefined;
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type
onUnsubscribe?: (() => void | null) | undefined;

@@ -25,0 +28,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