Socket
Socket
Sign inDemoInstall

graphql-language-service-types

Package Overview
Dependencies
2
Maintainers
8
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.2 to 1.3.0

LICENSE

30

dist/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc