Socket
Socket
Sign inDemoInstall

graphql-language-service-interface

Package Overview
Dependencies
Maintainers
4
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.13 to 0.0.14

10

dist/getAutocompleteSuggestions.js

@@ -148,3 +148,11 @@ 'use strict';

} else if (namedInputType === _graphql.GraphQLBoolean) {
return (0, _autocompleteUtils.hintList)(token, [{ label: 'true', detail: _graphql.GraphQLBoolean, documentation: 'Not false.' }, { label: 'false', detail: _graphql.GraphQLBoolean, documentation: 'Not true.' }]);
return (0, _autocompleteUtils.hintList)(token, [{
label: 'true',
detail: String(_graphql.GraphQLBoolean),
documentation: 'Not false.'
}, {
label: 'false',
detail: String(_graphql.GraphQLBoolean),
documentation: 'Not true.'
}]);
}

@@ -151,0 +159,0 @@

2

package.json
{
"name": "graphql-language-service-interface",
"repository": "https://github.com/graphql/graphql-language-service",
"version": "0.0.13",
"version": "0.0.14",
"description": "Interface to the GraphQL Language Service",

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