@types/graphql
Advanced tools
Comparing version 14.2.3 to 14.5.0
{ | ||
"name": "@types/graphql", | ||
"version": "14.2.3", | ||
"description": "TypeScript definitions for graphql", | ||
"license": "MIT", | ||
"contributors": [ | ||
{ | ||
"name": "TonyYang", | ||
"url": "https://github.com/TonyPythoneer", | ||
"githubUsername": "TonyPythoneer" | ||
}, | ||
{ | ||
"name": "Caleb Meredith", | ||
"url": "https://github.com/calebmer", | ||
"githubUsername": "calebmer" | ||
}, | ||
{ | ||
"name": "Dominic Watson", | ||
"url": "https://github.com/intellix", | ||
"githubUsername": "intellix" | ||
}, | ||
{ | ||
"name": "Firede", | ||
"url": "https://github.com/firede", | ||
"githubUsername": "firede" | ||
}, | ||
{ | ||
"name": "Kepennar", | ||
"url": "https://github.com/kepennar", | ||
"githubUsername": "kepennar" | ||
}, | ||
{ | ||
"name": "Mikhail Novikov", | ||
"url": "https://github.com/freiksenet", | ||
"githubUsername": "freiksenet" | ||
}, | ||
{ | ||
"name": "Ivan Goncharov", | ||
"url": "https://github.com/IvanGoncharov", | ||
"githubUsername": "IvanGoncharov" | ||
}, | ||
{ | ||
"name": "Hagai Cohen", | ||
"url": "https://github.com/DxCx", | ||
"githubUsername": "DxCx" | ||
}, | ||
{ | ||
"name": "Ricardo Portugal", | ||
"url": "https://github.com/rportugal", | ||
"githubUsername": "rportugal" | ||
}, | ||
{ | ||
"name": "Tim Griesser", | ||
"url": "https://github.com/tgriesser", | ||
"githubUsername": "tgriesser" | ||
}, | ||
{ | ||
"name": "Dylan Stewart", | ||
"url": "https://github.com/dyst5422", | ||
"githubUsername": "dyst5422" | ||
}, | ||
{ | ||
"name": "Alessio Dionisi", | ||
"url": "https://github.com/adnsio", | ||
"githubUsername": "adnsio" | ||
}, | ||
{ | ||
"name": "Divyendu Singh", | ||
"url": "https://github.com/divyenduz", | ||
"githubUsername": "divyenduz" | ||
}, | ||
{ | ||
"name": "Brad Zacher", | ||
"url": "https://github.com/bradzacher", | ||
"githubUsername": "bradzacher" | ||
}, | ||
{ | ||
"name": "Curtis Layne", | ||
"url": "https://github.com/clayne11", | ||
"githubUsername": "clayne11" | ||
}, | ||
{ | ||
"name": "Jonathan Cardoso", | ||
"url": "https://github.com/JCMais", | ||
"githubUsername": "JCMais" | ||
}, | ||
{ | ||
"name": "Pavel Lang", | ||
"url": "https://github.com/langpavel", | ||
"githubUsername": "langpavel" | ||
}, | ||
{ | ||
"name": "Mark Caudill", | ||
"url": "https://github.com/mc0", | ||
"githubUsername": "mc0" | ||
}, | ||
{ | ||
"name": "Martijn Walraven", | ||
"url": "https://github.com/martijnwalraven", | ||
"githubUsername": "martijnwalraven" | ||
}, | ||
{ | ||
"name": "Jed Mao", | ||
"url": "https://github.com/jedmao", | ||
"githubUsername": "jedmao" | ||
} | ||
], | ||
"version": "14.5.0", | ||
"typings": null, | ||
"description": "Stub TypeScript definitions entry for graphql, which provides its own types definitions", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/graphql" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "9aa8839a3e40d2e230ae68d349603e9eba421e137eaa9a1e841de1867881c7b4", | ||
"typeScriptVersion": "2.6" | ||
"author": "", | ||
"repository": "https://github.com/graphql/graphql-js", | ||
"license": "MIT", | ||
"dependencies": { | ||
"graphql": "*" | ||
} | ||
} |
@@ -1,16 +0,3 @@ | ||
# Installation | ||
> `npm install --save @types/graphql` | ||
This is a stub types definition for graphql (https://github.com/graphql/graphql-js). | ||
# Summary | ||
This package contains type definitions for graphql (https://github.com/graphql/graphql-js). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graphql | ||
Additional Details | ||
* Last updated: Mon, 22 Jul 2019 20:06:37 GMT | ||
* Dependencies: none | ||
* 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>, Ricardo Portugal <https://github.com/rportugal>, Tim Griesser <https://github.com/tgriesser>, Dylan Stewart <https://github.com/dyst5422>, Alessio Dionisi <https://github.com/adnsio>, Divyendu Singh <https://github.com/divyenduz>, Brad Zacher <https://github.com/bradzacher>, Curtis Layne <https://github.com/clayne11>, Jonathan Cardoso <https://github.com/JCMais>, Pavel Lang <https://github.com/langpavel>, Mark Caudill <https://github.com/mc0>, Martijn Walraven <https://github.com/martijnwalraven>, and Jed Mao <https://github.com/jedmao>. | ||
graphql provides its own type definitions, so you don't need @types/graphql installed! |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1729
1
3
0
3
1
1
3
1
2
+ Addedgraphql@*
+ Addedgraphql@16.9.0(transitive)