graphql-language-service-types
Advanced tools
Comparing version 1.2.2 to 1.3.0
@@ -1,2 +0,2 @@ | ||
'use strict'; | ||
"use strict"; | ||
@@ -6,7 +6,6 @@ Object.defineProperty(exports, "__esModule", { | ||
}); | ||
exports.FileChangeTypeKind = void 0; | ||
// GraphQL Language Service related types | ||
/** | ||
* Copyright (c) Facebook, Inc. | ||
* Copyright (c) 2019 GraphQL Contributors | ||
* All rights reserved. | ||
@@ -19,4 +18,9 @@ * | ||
*/ | ||
var FileChangeTypeKind = exports.FileChangeTypeKind = { | ||
// Cache and config-related. | ||
// online-parser related | ||
// GraphQL Language Service related types | ||
// Below are basically a copy-paste from Nuclide rpc types for definitions. | ||
// Definitions/hyperlink | ||
// Outline view | ||
var FileChangeTypeKind = { | ||
Created: 1, | ||
@@ -26,14 +30,2 @@ Changed: 2, | ||
}; | ||
// Outline view | ||
// Below are basically a copy-paste from Nuclide rpc types for definitions. | ||
// Definitions/hyperlink | ||
// online-parser related | ||
// Cache and config-related. | ||
exports.FileChangeTypeKind = FileChangeTypeKind; |
{ | ||
"name": "graphql-language-service-types", | ||
"repository": "https://github.com/graphql/graphql-language-service", | ||
"version": "1.2.2", | ||
"version": "1.3.0", | ||
"description": "Types for building GraphQL language services for IDEs", | ||
@@ -11,5 +10,8 @@ "contributors": [ | ||
], | ||
"repository": "https://github.com/graphql/graphiql/tree/master/graphql-language-service-types", | ||
"homepage": "https://github.com/graphql/graphiql/tree/master/graphql-language-service-types#readme", | ||
"bugs": { | ||
"url": "https://github.com/graphql/graphql-language-service/issues" | ||
"url": "https://github.com/graphql/graphql-language-service/issues?q=issue+label:language-types" | ||
}, | ||
"license": "MIT", | ||
"files": [ | ||
@@ -24,13 +26,13 @@ "dist" | ||
"test": "echo 'Please run `npm test` from the root of the repo' && exit 1", | ||
"build": "npm run build-js && npm run build-flow", | ||
"build-js": "babel-node ../../resources/buildJs.js", | ||
"build-flow": "babel-node ../../resources/buildFlow.js", | ||
"build": "yarn run build-js && yarn run build-flow", | ||
"build-js": "node ../../resources/buildJs.js", | ||
"build-flow": "node ../../resources/buildFlow.js", | ||
"prepublish": "node ../../resources/prepublish.js" | ||
}, | ||
"peerDependencies": { | ||
"graphql": "^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0" | ||
"graphql": "^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" | ||
}, | ||
"dependencies": { | ||
"graphql-config": "2.0.1" | ||
"graphql-config": "2.2.1" | ||
} | ||
} |
# graphql-language-service-types | ||
[![NPM](https://img.shields.io/npm/v/graphql-language-service-types.svg?style=flat-square)](https://npmjs.com/graphql-language-service-types) | ||
[![License](https://img.shields.io/npm/l/graphql-language-service-types.svg?style=flat-square)](LICENSE) | ||
[Flow](https://flowtype.org/) type definitions for the [GraphQL Language Service](https://github.com/graphql/graphql-language-service). |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
No License Found
License(Experimental) License information could not be found.
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
10995
5
0
25
6
1
+ Addedgraphql@14.7.0(transitive)
+ Addedgraphql-config@2.2.1(transitive)
+ Addedgraphql-import@0.7.1(transitive)
+ Addedresolve-from@4.0.0(transitive)
- Removedgraphql@0.13.2(transitive)
- Removedgraphql-config@2.0.1(transitive)
- Removedgraphql-import@0.4.5(transitive)
Updatedgraphql-config@2.2.1