Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/graphql-relay

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/graphql-relay - npm Package Compare versions

Comparing version 0.4.8 to 0.4.9

19

graphql-relay/index.d.ts

@@ -37,9 +37,6 @@ // Type definitions for graphql-relay 0.4

export interface ForwardConnectionArgs {
after?: ConnectionCursor | null;
first?: number | null;
after: { type: GraphQLScalarType };
first: { type: GraphQLScalarType };
}
export const forwardConnectionArgs: GraphQLFieldConfigArgumentMap & {
after?: ConnectionCursor | null;
first?: number | null;
};
export const forwardConnectionArgs: GraphQLFieldConfigArgumentMap & ForwardConnectionArgs;

@@ -51,10 +48,6 @@ /**

export interface BackwardConnectionArgs {
before?: ConnectionCursor | null;
last?: number | null;
before: { type: GraphQLScalarType };
last: { type: GraphQLScalarType };
}
export const backwardConnectionArgs: GraphQLFieldConfigArgumentMap & {
before?: ConnectionCursor | null;
last?: number | null;
};
export const backwardConnectionArgs: GraphQLFieldConfigArgumentMap & BackwardConnectionArgs;
/**

@@ -61,0 +54,0 @@ * Returns a GraphQLFieldConfigArgumentMap appropriate to include on a field

{
"name": "@types/graphql-relay",
"version": "0.4.8",
"version": "0.4.9",
"description": "TypeScript definitions for graphql-relay",

@@ -24,3 +24,3 @@ "license": "MIT",

"main": "",
"types": "",
"types": "index",
"repository": {

@@ -34,4 +34,4 @@ "type": "git",

},
"typesPublisherContentHash": "f4aca7f30ec32055c3af8198b50359f4564cc0c20a08fc9a0c2ba6b102bf654e",
"typesPublisherContentHash": "1e13118b4deb9bec273ce411e04313a902bf0e500936d2da035c8b3b515cfe42",
"typeScriptVersion": "2.6"
}

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

Additional Details
* Last updated: Tue, 16 Oct 2018 01:12:01 GMT
* Last updated: Wed, 21 Nov 2018 16:51:43 GMT
* Dependencies: graphql

@@ -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