🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

graphql-config

Package Overview
Dependencies
Maintainers
5
Versions
450
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-config - npm Package Compare versions

Comparing version
5.1.6-alpha-20260306125431-22d9edbbadf01896b52c90775885bcb3dec3c30f
to
5.1.6
+8
-2
cjs/project-config.js

@@ -82,3 +82,6 @@ "use strict";

}
return this._extensionsRegistry.loaders.documents.loadDocuments(pointer, options);
return this._extensionsRegistry.loaders.documents.loadDocuments(pointer, {
...options,
ignore: options?.ignore ? options?.ignore : this.exclude,
});
}

@@ -89,3 +92,6 @@ loadDocumentsSync(pointer, options) {

}
return this._extensionsRegistry.loaders.documents.loadDocumentsSync(pointer, options);
return this._extensionsRegistry.loaders.documents.loadDocumentsSync(pointer, {
...options,
ignore: options?.ignore ? options?.ignore : this.exclude,
});
}

@@ -92,0 +98,0 @@ // Rest

@@ -79,3 +79,6 @@ import { dirname, isAbsolute, relative, normalize } from 'path';

}
return this._extensionsRegistry.loaders.documents.loadDocuments(pointer, options);
return this._extensionsRegistry.loaders.documents.loadDocuments(pointer, {
...options,
ignore: options?.ignore ? options?.ignore : this.exclude,
});
}

@@ -86,3 +89,6 @@ loadDocumentsSync(pointer, options) {

}
return this._extensionsRegistry.loaders.documents.loadDocumentsSync(pointer, options);
return this._extensionsRegistry.loaders.documents.loadDocumentsSync(pointer, {
...options,
ignore: options?.ignore ? options?.ignore : this.exclude,
});
}

@@ -89,0 +95,0 @@ // Rest

+1
-1
{
"name": "graphql-config",
"version": "5.1.6-alpha-20260306125431-22d9edbbadf01896b52c90775885bcb3dec3c30f",
"version": "5.1.6",
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)",

@@ -5,0 +5,0 @@ "sideEffects": false,