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 1.3.10 to 1.3.11

5

react-relay/index.d.ts

@@ -9,2 +9,3 @@ // Type definitions for react-relay 1.3

// Kaare Hoff Skovgaard <https://github.com/kastermester>
// Matt Krick <https://github.com/mattkrick>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -135,3 +136,3 @@ // TypeScript Version: 2.9

edges?: ReadonlyArray<any>;
pageInfo?: Partial<PageInfo>;
pageInfo?: Partial<PageInfo> | null;
}

@@ -143,3 +144,3 @@ export type RelayPaginationProp = RelayProp & {

pageSize: number,
callback: (error?: Error) => void,
callback?: ((error?: Error) => void) | null,
options?: RefetchOptions

@@ -146,0 +147,0 @@ ): RelayRuntimeTypes.Disposable | undefined | null;

9

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

@@ -36,2 +36,7 @@ "license": "MIT",

"githubUsername": "kastermester"
},
{
"name": "Matt Krick",
"url": "https://github.com/mattkrick",
"githubUsername": "mattkrick"
}

@@ -50,4 +55,4 @@ ],

},
"typesPublisherContentHash": "2a5a0d12ce90e4e891ca50f415d282d0525e097e81b4b134a7e4284c87494e69",
"typesPublisherContentHash": "6bafe3727719cc0885e49644ffa856d16139fc81792a8bf3349fa4ad0f4ba74a",
"typeScriptVersion": "2.9"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for react-relay (https://github.com/facebook/relay).
This package contains type definitions for react-relay ( https://github.com/facebook/relay ).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Tue, 22 Jan 2019 17:30:38 GMT
* Last updated: Wed, 30 Jan 2019 21:06:29 GMT
* Dependencies: @types/relay-runtime, @types/react

@@ -18,2 +18,2 @@ * Global values: none

# Credits
These definitions were written by Johannes Schickling <https://github.com/graphcool>, Matt Martin <https://github.com/voxmatt>, Eloy Durán <https://github.com/alloy>, Nicolas Pirotte <https://github.com/npirotte>, Cameron Knight <https://github.com/ckknight>, Kaare Hoff Skovgaard <https://github.com/kastermester>.
These definitions were written by Johannes Schickling <https://github.com/graphcool>, Matt Martin <https://github.com/voxmatt>, Eloy Durán <https://github.com/alloy>, Nicolas Pirotte <https://github.com/npirotte>, Cameron Knight <https://github.com/ckknight>, Kaare Hoff Skovgaard <https://github.com/kastermester>, Matt Krick <https://github.com/mattkrick>.
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