Socket
Socket
Sign inDemoInstall

graphql-language-service-types

Package Overview
Dependencies
Maintainers
7
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.0.18 to 1.1.0

37

dist/index.js

@@ -1,1 +0,36 @@

'use strict';
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
// GraphQL Language Service related types
/**
* Copyright (c) Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the license found in the
* LICENSE file in the root directory of this source tree.
*
*
*/
var FileChangeTypeKind = exports.FileChangeTypeKind = {
Created: 1,
Changed: 2,
Deleted: 3
};
// Outline view
// Below are basically a copy-paste from Nuclide rpc types for definitions.
// Definitions/hyperlink
// online-parser related
// Cache and config-related.

2

package.json
{
"name": "graphql-language-service-types",
"repository": "https://github.com/graphql/graphql-language-service",
"version": "1.0.18",
"version": "1.1.0",
"description": "Types for building GraphQL language services for IDEs",

@@ -6,0 +6,0 @@ "contributors": [

Sorry, the diff of this file is not supported yet

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