Socket
Socket
Sign inDemoInstall

graphql-language-service-types

Package Overview
Dependencies
Maintainers
8
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-language-service-types - npm Package Compare versions

Comparing version 1.3.0 to 1.5.0

CHANGELOG.md

35

dist/index.js
"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).
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