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 5.0.1 to 6.0.0

7

react-relay/index.d.ts

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

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

@@ -108,6 +108,7 @@ // Definitions by: Johannes Schickling <https://github.com/graphcool>

export type DataFrom = 'NETWORK_ONLY' | 'STORE_THEN_NETWORK';
export type FetchPolicy = 'store-and-network' | 'network-only';
declare class ReactRelayQueryRenderer<TOperation extends OperationType> extends React.Component<{
cacheConfig?: CacheConfig | null;
dataFrom?: DataFrom;
fetchPolicy?: FetchPolicy;
environment: Environment;

@@ -114,0 +115,0 @@ query: GraphQLTaggedNode | null | undefined;

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

@@ -55,4 +55,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "891dcf58d17d1772914aa76e6e73a119f5ca2987250a73f3ecee8af563c7b6ec",
"typesPublisherContentHash": "b87fed166f81e1475fe0250fdc3a5466c998092554097500b8704228bbd4b9f5",
"typeScriptVersion": "3.0"
}

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

Additional Details
* Last updated: Mon, 23 Sep 2019 09:39:51 GMT
* Last updated: Wed, 25 Sep 2019 20:58:56 GMT
* Dependencies: @types/react, @types/relay-runtime

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

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