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 1.3.4 to 1.3.5

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";

4

react-relay/index.d.ts

@@ -27,5 +27,3 @@ // Type definitions for react-relay 1.3

// tslint:disable-next-line:strict-export-declare-modifiers
type Diff<T extends string, U extends string> = ({ [P in T]: P } & { [P in U]: never } & { [x: string]: never })[T];
// tslint:disable-next-line:strict-export-declare-modifiers
type Omit<T, K extends keyof T> = Pick<T, Diff<keyof T, K>>;
type Omit<T, K extends keyof T> = Pick<T, ({ [P in keyof T]: P } & { [P in K]: never } & { [x: string]: never, [x: number]: never })[keyof T]>;

@@ -32,0 +30,0 @@ export type RemoveRelayProp<P> = Omit<P & { relay: never }, "relay">;

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

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

},
"typesPublisherContentHash": "91da20ab30e6decc7e226ed103b5b69e71a68e2fdfca2449a7e1157250d6cc24",
"typesPublisherContentHash": "e8a997f8bf5516931f78881e8ddda32b95e50e98c6b40fe27b9b274f5049850a",
"typeScriptVersion": "2.6"
}

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

Additional Details
* Last updated: Mon, 12 Feb 2018 20:56:58 GMT
* Last updated: Wed, 25 Apr 2018 03:57:54 GMT
* Dependencies: relay-runtime, react

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

Sorry, the diff of this file is not supported yet

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