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

graphql/LICENSE

4

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

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

"peerDependencies": {},
"typesPublisherContentHash": "879be58c407c0dfe41111df0777560ff5f6fafe431012c329a6c4b1faec5fccb",
"typesPublisherContentHash": "3310606c31b8406df23cae28795929ecd9746c92153a92dac43cca1f3abc2e59",
"typeScriptVersion": "2.0"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/graphql
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graphql
Additional Details
* Last updated: Mon, 27 Mar 2017 17:41:51 GMT
* Last updated: Fri, 05 May 2017 23:23:48 GMT
* Dependencies: none

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

@@ -54,3 +54,3 @@ import {

getSubscriptionType(): GraphQLObjectType;
getTypeMap(): GraphQLNamedType;
getTypeMap(): { [typeName: string]: GraphQLNamedType };
getType(name: string): GraphQLType;

@@ -57,0 +57,0 @@ getPossibleTypes(abstractType: GraphQLAbstractType): Array<GraphQLObjectType>;

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