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.0 to 0.11.1

1

graphql/index.d.ts

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

// Ivan Goncharov <https://github.com/IvanGoncharov>
// Hagai Cohen <https://github.com/DxCx>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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

9

graphql/package.json
{
"name": "@types/graphql",
"version": "0.11.0",
"version": "0.11.1",
"description": "TypeScript definitions for graphql",

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

"githubUsername": "IvanGoncharov"
},
{
"name": "Hagai Cohen",
"url": "https://github.com/DxCx",
"githubUsername": "DxCx"
}

@@ -51,4 +56,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "086e809b67c1a7757200750bc431e7639c39f398dec7eb6cd383966845f66c4f",
"typesPublisherContentHash": "44cc4e5a3578a7f502feaf180c84aec00741e11028a16116f12a2b190b73c93f",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Fri, 01 Sep 2017 21:51:05 GMT
* Last updated: Wed, 06 Sep 2017 21:43: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>.
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>.

@@ -17,3 +17,3 @@ import { GraphQLSchema } from '../type/schema';

subscribeFieldResolver?: GraphQLFieldResolver<any, any>
): AsyncIterator<ExecutionResult>;
): Promise<AsyncIterator<ExecutionResult> | ExecutionResult>;

@@ -30,2 +30,2 @@ export function createSourceEventStream(

fieldResolver?: GraphQLFieldResolver<any, any>
): AsyncIterable<any>;
): Promise<AsyncIterable<any>>;
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