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.7.1 to 0.7.2

6

graphql/package.json
{
"name": "@types/graphql",
"version": "0.7.1",
"version": "0.7.2",
"description": "TypeScript definitions for graphql v0.7.0",
"license": "MIT",
"author": "TonyYang <https://github.com/TonyPythoneer>",
"author": "TonyYang <https://github.com/TonyPythoneer>, Caleb Meredith <https://github.com/calebmer>",
"main": "",

@@ -16,3 +16,3 @@ "repository": {

"typings": "index.d.ts",
"typesPublisherContentHash": "1e1d8efb0eaf549a3fb7ce0998023d3b2b64bd4a655dc67386b909ea051d1a13"
"typesPublisherContentHash": "f94808d0680f6ce8a83817c3cb5c3340279fdb1598ae08c3a36aab72af5e03ab"
}

@@ -11,9 +11,9 @@ # Installation

Additional Details
* Last updated: Wed, 05 Oct 2016 20:53:32 GMT
* File structure: MultipleModules
* Last updated: Thu, 03 Nov 2016 17:41:49 GMT
* File structure: ModuleAugmentation
* Library Dependencies: none
* Module Dependencies: none
* Module Dependencies: graphql/error, graphql/error/GraphQLError, graphql/error/formatError, graphql/error/index, graphql/error/locatedError, graphql/error/syntaxError, graphql/execution, graphql/execution/execute, graphql/execution/index, graphql/graphql, graphql/language, graphql/language/ast, graphql/language/index, graphql/language/kinds, graphql/language/lexer, graphql/language/location, graphql/language/parser, graphql/language/printer, graphql/language/source, graphql/language/visitor, graphql/type, graphql/type/definition, graphql/type/directives, graphql/type/index, graphql/type/introspection, graphql/type/scalars, graphql/type/schema, graphql/utilities, graphql/utilities/TypeInfo, graphql/utilities/assertValidName, graphql/utilities/astFromValue, graphql/utilities/buildASTSchema, graphql/utilities/buildClientSchema, graphql/utilities/concatAST, graphql/utilities/extendSchema, graphql/utilities/getOperationAST, graphql/utilities/index, graphql/utilities/introspectionQuery, graphql/utilities/isValidJSValue, graphql/utilities/isValidLiteralValue, graphql/utilities/schemaPrinter, graphql/utilities/separateOperations, graphql/utilities/typeComparators, graphql/utilities/typeFromAST, graphql/utilities/valueFromAST, graphql/validation, graphql/validation/index, graphql/validation/specifiedRules, graphql/validation/validate
* Global values: none
# Credits
These definitions were written by TonyYang <https://github.com/TonyPythoneer>.
These definitions were written by TonyYang <https://github.com/TonyPythoneer>, Caleb Meredith <https://github.com/calebmer>.
{
"authors": "TonyYang <https://github.com/TonyPythoneer>",
"authors": "TonyYang <https://github.com/TonyPythoneer>, Caleb Meredith <https://github.com/calebmer>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [],
"moduleDependencies": [],
"libraryMajorVersion": "0",
"libraryMinorVersion": "7",
"moduleDependencies": [
"graphql/error",
"graphql/error/GraphQLError",
"graphql/error/formatError",
"graphql/error/index",
"graphql/error/locatedError",
"graphql/error/syntaxError",
"graphql/execution",
"graphql/execution/execute",
"graphql/execution/index",
"graphql/graphql",
"graphql/language",
"graphql/language/ast",
"graphql/language/index",
"graphql/language/kinds",
"graphql/language/lexer",
"graphql/language/location",
"graphql/language/parser",
"graphql/language/printer",
"graphql/language/source",
"graphql/language/visitor",
"graphql/type",
"graphql/type/definition",
"graphql/type/directives",
"graphql/type/index",
"graphql/type/introspection",
"graphql/type/scalars",
"graphql/type/schema",
"graphql/utilities",
"graphql/utilities/TypeInfo",
"graphql/utilities/assertValidName",
"graphql/utilities/astFromValue",
"graphql/utilities/buildASTSchema",
"graphql/utilities/buildClientSchema",
"graphql/utilities/concatAST",
"graphql/utilities/extendSchema",
"graphql/utilities/getOperationAST",
"graphql/utilities/index",
"graphql/utilities/introspectionQuery",
"graphql/utilities/isValidJSValue",
"graphql/utilities/isValidLiteralValue",
"graphql/utilities/schemaPrinter",
"graphql/utilities/separateOperations",
"graphql/utilities/typeComparators",
"graphql/utilities/typeFromAST",
"graphql/utilities/valueFromAST",
"graphql/validation",
"graphql/validation/index",
"graphql/validation/specifiedRules",
"graphql/validation/validate"
],
"libraryMajorVersion": 0,
"libraryMinorVersion": 7,
"libraryName": "graphql v0.7.0",

@@ -13,3 +63,3 @@ "typingsPackageName": "graphql",

"sourceBranch": "types-2.0",
"kind": "MultipleModules",
"kind": "ModuleAugmentation",
"globals": [],

@@ -50,3 +100,20 @@ "declaredModules": [

"graphql/error/syntaxError",
"graphql/utilities/TypeInfo"
"graphql/utilities",
"graphql/utilities/index",
"graphql/utilities/assertValidName",
"graphql/utilities/astFromValue",
"graphql/utilities/buildASTSchema",
"graphql/utilities/buildClientSchema",
"graphql/utilities/concatAST",
"graphql/utilities/extendSchema",
"graphql/utilities/getOperationAST",
"graphql/utilities/introspectionQuery",
"graphql/utilities/isValidJSValue",
"graphql/utilities/isValidLiteralValue",
"graphql/utilities/schemaPrinter",
"graphql/utilities/separateOperations",
"graphql/utilities/typeComparators",
"graphql/utilities/typeFromAST",
"graphql/utilities/TypeInfo",
"graphql/utilities/valueFromAST"
],

@@ -57,3 +124,3 @@ "files": [

"hasPackageJson": false,
"contentHash": "1e1d8efb0eaf549a3fb7ce0998023d3b2b64bd4a655dc67386b909ea051d1a13"
"contentHash": "f94808d0680f6ce8a83817c3cb5c3340279fdb1598ae08c3a36aab72af5e03ab"
}

Sorry, the diff of this file is too big to display

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