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

graphql-language-service-config

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.11 to 0.0.12

8

dist/GraphQLConfig.js

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

if (appConfig) {
return _this.isFileInInputDirs(filePath, appName);
return _this.isFileInIncludeDirs(filePath, appName);
}

@@ -96,4 +96,4 @@ return false;

GraphQLConfig.prototype.getInputDirs = function getInputDirs(appName) {
return this._getPropertyFromConfig('inputDirs', appName, []);
GraphQLConfig.prototype.getIncludeDirs = function getIncludeDirs(appName) {
return this._getPropertyFromConfig('includeDirs', appName, []);
};

@@ -109,3 +109,3 @@

GraphQLConfig.prototype.isFileInInputDirs = function isFileInInputDirs(fileName, appName) {
GraphQLConfig.prototype.isFileInIncludeDirs = function isFileInIncludeDirs(fileName, appName) {
if (appName) {

@@ -112,0 +112,0 @@ if (this._config[PROJECTS_NAME] && this._config[PROJECTS_NAME][appName] && this._config[PROJECTS_NAME][appName].includeDirs) {

{
"name": "graphql-language-service-config",
"repository": "https://github.com/graphql/graphql-language-service",
"version": "0.0.11",
"version": "0.0.12",
"description": "A tool-kit for accessing and using `.graphqlrc` configuration files",

@@ -29,4 +29,4 @@ "contributors": [

"dependencies": {
"graphql-language-service-types": "0.0.16"
"graphql-language-service-types": "0.0.17"
}
}

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