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

to
1.3.6

0

react-relay/classic.d.ts

@@ -0,0 +0,0 @@ import * as React from "react";

@@ -0,0 +0,0 @@ export { QueryRenderer, fetchQuery, graphql } from "./index";

3

react-relay/index.d.ts

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

// Nicolas Pirotte <https://github.com/npirotte>
// Cameron Knight <https://github.com/ckknight>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -80,3 +81,3 @@ // TypeScript Version: 2.6

environment: RelayRuntimeTypes.Environment;
query: RelayRuntimeTypes.GraphQLTaggedNode;
query?: RelayRuntimeTypes.GraphQLTaggedNode | null;
render(readyState: ReadyState): React.ReactElement<any> | undefined | null;

@@ -83,0 +84,0 @@ variables: RelayRuntimeTypes.Variables;

{
"name": "@types/react-relay",
"version": "1.3.5",
"version": "1.3.6",
"description": "TypeScript definitions for react-relay",

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

"githubUsername": "npirotte"
},
{
"name": "Cameron Knight",
"url": "https://github.com/ckknight",
"githubUsername": "ckknight"
}

@@ -32,3 +37,3 @@ ],

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git"
},

@@ -40,4 +45,4 @@ "scripts": {},

},
"typesPublisherContentHash": "e8a997f8bf5516931f78881e8ddda32b95e50e98c6b40fe27b9b274f5049850a",
"typesPublisherContentHash": "85c0700583d1a5cb9603e66f9bd42f8f1b72c41ad3f52196d193fbf9ddb5e00d",
"typeScriptVersion": "2.6"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-relay
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/react-relay
Additional Details
* Last updated: Wed, 25 Apr 2018 03:57:54 GMT
* Last updated: Wed, 23 May 2018 23:09:40 GMT
* Dependencies: relay-runtime, react

@@ -17,2 +17,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>.
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>.

Sorry, the diff of this file is not supported yet