Socket
Socket
Sign inDemoInstall

@types/graphql

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/graphql - npm Package Compare versions

Comparing version 0.11.5 to 0.11.6

4

graphql/execution/execute.d.ts

@@ -31,3 +31,4 @@ import { GraphQLError, locatedError } from '../error';

* The result of execution. `data` is the result of executing the
* query, `errors` is null if no errors occurred, and is a
* query, `extensions` represents additional metadata, `errors` is
* null if no errors occurred, and is a
* non-empty array if an error occurred.

@@ -37,2 +38,3 @@ */

data?: { [key: string]: any };
extensions?: { [key: string]: any };
errors?: GraphQLError[];

@@ -39,0 +41,0 @@ }

@@ -11,2 +11,3 @@ // Type definitions for graphql 0.11

// Hagai Cohen <https://github.com/DxCx>
// Ricardo Portugal <https://github.com/rportugal>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -13,0 +14,0 @@ // TypeScript Version: 2.3

{
"name": "@types/graphql",
"version": "0.11.5",
"version": "0.11.6",
"description": "TypeScript definitions for graphql",

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

"githubUsername": "DxCx"
},
{
"name": "Ricardo Portugal",
"url": "https://github.com/rportugal",
"githubUsername": "rportugal"
}

@@ -56,4 +61,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "fe855c7180c2e520fabc10b2ebf36c69b4b2b1e83e1b746a78fd828dc2a5ce70",
"typesPublisherContentHash": "2da98445a0466cc616845c7967d97eefc3df1b44bb78e85ed2bbbd8df6579d69",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Thu, 05 Oct 2017 13:48:12 GMT
* Last updated: Sat, 11 Nov 2017 04:50:54 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by TonyYang <https://github.com/TonyPythoneer>, Caleb Meredith <https://github.com/calebmer>, Dominic Watson <https://github.com/intellix>, Firede <https://github.com/firede>, Kepennar <https://github.com/kepennar>, Mikhail Novikov <https://github.com/freiksenet>, Ivan Goncharov <https://github.com/IvanGoncharov>, Hagai Cohen <https://github.com/DxCx>.
These definitions were written by TonyYang <https://github.com/TonyPythoneer>, Caleb Meredith <https://github.com/calebmer>, Dominic Watson <https://github.com/intellix>, Firede <https://github.com/firede>, Kepennar <https://github.com/kepennar>, Mikhail Novikov <https://github.com/freiksenet>, Ivan Goncharov <https://github.com/IvanGoncharov>, Hagai Cohen <https://github.com/DxCx>, Ricardo Portugal <https://github.com/rportugal>.
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