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.16 to 0.0.17

2

dist/getDefinition.js

@@ -54,3 +54,3 @@ 'use strict';

if (!(defNodes === [])) {
if (!(defNodes.length === 0)) {
_context.next = 5;

@@ -57,0 +57,0 @@ break;

@@ -82,7 +82,9 @@ 'use strict';

if (customRulesModulePath) {
rulesPath = require.resolve(customRulesModulePath);
/* eslint-disable no-implicit-coercion */
rulesPath = require.resolve('' + customRulesModulePath);
if (rulesPath) {
customRules = require(rulesPath)(this._graphQLConfig);
customRules = require('' + rulesPath)(this._graphQLConfig);
}
/* eslint-enable no-implicit-coercion */
}

@@ -89,0 +91,0 @@

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

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

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