Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.1.5 to 0.1.6

14

dist/GraphQLLanguageService.js

@@ -111,10 +111,14 @@ 'use strict';

if (!projectConfig.schemaPath) {
_context2.next = 5;
_context2.next = 7;
break;
}
schema = projectConfig.getSchema();
_context2.next = 4;
return regeneratorRuntime.awrap(this._graphQLCache.getSchema(projectConfig.projectName));
case 4:
schema = _context2.sent;
if (!schema) {
_context2.next = 5;
_context2.next = 7;
break;

@@ -125,6 +129,6 @@ }

case 5:
case 7:
return _context2.abrupt('return', []);
case 6:
case 8:
case 'end':

@@ -131,0 +135,0 @@ return _context2.stop();

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

@@ -34,3 +34,6 @@ "contributors": [

"graphql-language-service-utils": "^0.1.5"
},
"devDependencies": {
"babel-cli": "6.24.1"
}
}

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