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.6.0-alpha.6 to 1.6.0-alpha.8

10

CHANGELOG.md

@@ -6,2 +6,12 @@ # Change Log

# [1.6.0-alpha.8](https://github.com/graphql/graphiql/compare/graphql-language-service-types@1.6.0-alpha.7...graphql-language-service-types@1.6.0-alpha.8) (2020-06-04)
**Note:** Version bump only for package graphql-language-service-types
# [1.6.0-alpha.7](https://github.com/graphql/graphiql/compare/graphql-language-service-types@1.6.0-alpha.6...graphql-language-service-types@1.6.0-alpha.7) (2020-06-04)
### Bug Fixes
- make list type and non-nullable type available ([#902](https://github.com/graphql/graphiql/issues/902)) ([cea837f](https://github.com/graphql/graphiql/commit/cea837ff77c36dadb01b4302282821b00d7f5f2f))
# [1.6.0-alpha.6](https://github.com/graphql/graphiql/compare/graphql-language-service-types@1.6.0-alpha.5...graphql-language-service-types@1.6.0-alpha.6) (2020-05-17)

@@ -8,0 +18,0 @@

10

dist/index.d.ts

@@ -84,11 +84,5 @@ import type { Diagnostic as DiagnosticType, CompletionItem as CompletionItemType } from 'vscode-languageserver-types';

isDeprecated?: boolean;
deprecationReason?: Maybe<string>;
documentation?: string | null;
deprecationReason?: string | null;
};
export declare type CompletionItemForCodeMirror = {
label: string;
type?: GraphQLType;
documentation: string | null | undefined;
isDeprecated?: boolean;
deprecationReason: string | null | undefined;
};
export declare type Definition = {

@@ -95,0 +89,0 @@ path: Uri;

@@ -84,11 +84,5 @@ import type { Diagnostic as DiagnosticType, CompletionItem as CompletionItemType } from 'vscode-languageserver-types';

isDeprecated?: boolean;
deprecationReason?: Maybe<string>;
documentation?: string | null;
deprecationReason?: string | null;
};
export declare type CompletionItemForCodeMirror = {
label: string;
type?: GraphQLType;
documentation: string | null | undefined;
isDeprecated?: boolean;
deprecationReason: string | null | undefined;
};
export declare type Definition = {

@@ -95,0 +89,0 @@ path: Uri;

2

esm/index.js

@@ -1,2 +0,2 @@

export const FileChangeTypeKind = {
export var FileChangeTypeKind = {
Created: 1,

@@ -3,0 +3,0 @@ Changed: 2,

{
"name": "graphql-language-service-types",
"version": "1.6.0-alpha.6",
"version": "1.6.0-alpha.8",
"description": "Types for building GraphQL language services for IDEs",

@@ -33,3 +33,3 @@ "contributors": [

},
"gitHead": "ce926bb7ab1e6fbf978ec53a0449c33869073c7d"
"gitHead": "9ce01b17e5046cf12fba89146cbf70df84d3d6af"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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