graphql-language-service-types
Advanced tools
Comparing version 1.3.0 to 1.5.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.FileChangeTypeKind = void 0; | ||
/** | ||
* Copyright (c) 2019 GraphQL Contributors | ||
* All rights reserved. | ||
* | ||
* This source code is licensed under the license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
* | ||
*/ | ||
// 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, | ||
Changed: 2, | ||
Deleted: 3 | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const graphql_config_1 = require("graphql-config"); | ||
exports.GraphQLConfig = graphql_config_1.GraphQLConfig; | ||
exports.GraphQLProjectConfig = graphql_config_1.GraphQLProjectConfig; | ||
exports.FileChangeTypeKind = { | ||
Created: 1, | ||
Changed: 2, | ||
Deleted: 3, | ||
}; | ||
exports.FileChangeTypeKind = FileChangeTypeKind; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "graphql-language-service-types", | ||
"version": "1.3.0", | ||
"version": "1.5.0", | ||
"description": "Types for building GraphQL language services for IDEs", | ||
@@ -10,3 +10,3 @@ "contributors": [ | ||
], | ||
"repository": "https://github.com/graphql/graphiql/tree/master/graphql-language-service-types", | ||
"repository": "http://github.com/graphql/graphiql", | ||
"homepage": "https://github.com/graphql/graphiql/tree/master/graphql-language-service-types#readme", | ||
@@ -24,6 +24,6 @@ "bugs": { | ||
"main": "dist/index.js", | ||
"typings": "src/index", | ||
"scripts": { | ||
"test": "echo 'Please run `npm test` from the root of the repo' && exit 1", | ||
"build": "yarn run build-js && yarn run build-flow", | ||
"build-js": "node ../../resources/buildJs.js", | ||
"build": "yarn run build-ts && yarn run build-flow", | ||
"build-ts": "tsc", | ||
"build-flow": "node ../../resources/buildFlow.js", | ||
@@ -30,0 +30,0 @@ "prepublish": "node ../../resources/prepublish.js" |
@@ -5,2 +5,2 @@ # graphql-language-service-types | ||
[Flow](https://flowtype.org/) type definitions for the [GraphQL Language Service](https://github.com/graphql/graphql-language-service). | ||
[Flow](https://flowtype.org/) type definitions for the [GraphQL Language Service](https://github.com/graphql/graphiql/tree/master/packages/graphql-language-service). |
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
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 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
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
20873
8
221