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 6.0.2 to 7.0.0

react-relay/hooks.d.ts

19

react-relay/index.d.ts

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

// Type definitions for react-relay 6.0
// Type definitions for react-relay 7.0
// Project: https://github.com/facebook/relay, https://facebook.github.io/relay

@@ -11,4 +11,5 @@ // Definitions by: Johannes Schickling <https://github.com/graphcool>

// Jared Kass <https://github.com/jdk243>
// Renan Machado <https://github.com/renanmav>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.0
// TypeScript Version: 3.3

@@ -121,9 +122,13 @@ import * as React from 'react';

}
declare class ReactRelayQueryRenderer<TOperation extends OperationType> extends React.Component<{
cacheConfig?: CacheConfig | null;
fetchPolicy?: FetchPolicy;
} & QueryRendererProps<TOperation>> {}
declare class ReactRelayQueryRenderer<TOperation extends OperationType> extends React.Component<
{
cacheConfig?: CacheConfig | null;
fetchPolicy?: FetchPolicy;
} & QueryRendererProps<TOperation>
> {}
export { ReactRelayQueryRenderer as QueryRenderer };
declare class ReactRelayLocalQueryRenderer<TOperation extends OperationType> extends React.Component<QueryRendererProps<TOperation>> {}
declare class ReactRelayLocalQueryRenderer<TOperation extends OperationType> extends React.Component<
QueryRendererProps<TOperation>
> {}
export { ReactRelayLocalQueryRenderer as LocalQueryRenderer };

@@ -130,0 +135,0 @@

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

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

"githubUsername": "jdk243"
},
{
"name": "Renan Machado",
"url": "https://github.com/renanmav",
"githubUsername": "renanmav"
}

@@ -61,4 +66,4 @@ ],

},
"typesPublisherContentHash": "5967e053f8aec18843ef0f67e2b3eae8199fd0e59a5da722973c0759cebe804c",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "c324e3dec334332b16f5749c9dd5cdaa8eb2923d0582f8a0b257944aba883005",
"typeScriptVersion": "3.3"
}

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

Additional Details
* Last updated: Thu, 24 Oct 2019 17:38:22 GMT
* Last updated: Mon, 28 Oct 2019 10:59:59 GMT
* Dependencies: @types/react, @types/relay-runtime

@@ -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>, Cameron Knight <https://github.com/ckknight>, Kaare Hoff Skovgaard <https://github.com/kastermester>, Matt Krick <https://github.com/mattkrick>, and Jared Kass <https://github.com/jdk243>.
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>, Jared Kass <https://github.com/jdk243>, and Renan Machado <https://github.com/renanmav>.
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