Socket
Socket
Sign inDemoInstall

graphql-language-service

Package Overview
Dependencies
Maintainers
14
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-language-service - npm Package Compare versions

Comparing version 5.1.7-alpha.0 to 5.2.0-canary-0b758ed3.0

4

package.json
{
"name": "graphql-language-service",
"version": "5.1.7-alpha.0",
"version": "5.2.0-canary-0b758ed3.0",
"description": "The official, runtime independent Language Service for GraphQL",

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

"graphql": "^16.4.0",
"graphql-config": "4.3.0",
"graphql-config": "5.0.2",
"lodash": "^4.17.15",

@@ -50,0 +50,0 @@ "platform": "^1.3.5",

@@ -41,3 +41,3 @@ /**

expect(actual).toEqual(
'TestType.testField: String\n\n This is field documentation for TestType.testField',
'TestType.testField: String\n\nThis is field documentation for TestType.testField',
);

@@ -52,3 +52,3 @@ });

expect(actual).toEqual(
'TestType.testField: String\n\n This is field documentation for TestType.testField',
'TestType.testField: String\n\nThis is field documentation for TestType.testField',
);

@@ -63,3 +63,3 @@ });

expect(actual).toEqual(
'Query.thing: TestType\n\n This is field documentation for Query.thing',
'Query.thing: TestType\n\nThis is field documentation for Query.thing',
);

@@ -66,0 +66,0 @@ });

@@ -702,3 +702,3 @@ /**

.concat(
[...inlineInterfaces].map(name => ({ name } as GraphQLInterfaceType)),
[...inlineInterfaces].map(name => ({ name }) as GraphQLInterfaceType),
)

@@ -705,0 +705,0 @@ .filter(

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

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