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

@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.9.1 to 0.9.2

4

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

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

"peerDependencies": {},
"typesPublisherContentHash": "3310606c31b8406df23cae28795929ecd9746c92153a92dac43cca1f3abc2e59",
"typesPublisherContentHash": "a460ddeaf2ea9acba7e37e2af42ae9f405aca7808166c40a482dc3274d5f559f",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Fri, 05 May 2017 23:23:48 GMT
* Last updated: Fri, 23 Jun 2017 14:03:03 GMT
* Dependencies: none

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

@@ -52,4 +52,4 @@ import {

getQueryType(): GraphQLObjectType;
getMutationType(): GraphQLObjectType;
getSubscriptionType(): GraphQLObjectType;
getMutationType(): GraphQLObjectType|null|undefined;
getSubscriptionType(): GraphQLObjectType|null|undefined;
getTypeMap(): { [typeName: string]: GraphQLNamedType };

@@ -56,0 +56,0 @@ getType(name: string): GraphQLType;

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