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

graphql-config

Package Overview
Dependencies
Maintainers
4
Versions
320
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 4.5.0 to 5.0.0-alpha-20230519081831-037f0ba

18

package.json
{
"name": "graphql-config",
"version": "4.5.0",
"version": "5.0.0-alpha-20230519081831-037f0ba",
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)",

@@ -16,9 +16,9 @@ "sideEffects": false,

"dependencies": {
"@graphql-tools/graphql-file-loader": "^7.3.7",
"@graphql-tools/json-file-loader": "^7.3.7",
"@graphql-tools/load": "^7.5.5",
"@graphql-tools/merge": "^8.2.6",
"@graphql-tools/url-loader": "^7.9.7",
"@graphql-tools/utils": "^9.0.0",
"cosmiconfig": "8.0.0",
"@graphql-tools/graphql-file-loader": "8.0.0-rc-20230519015308-f93ea91d",
"@graphql-tools/json-file-loader": "8.0.0-rc-20230519015308-f93ea91d",
"@graphql-tools/load": "8.0.0-rc-20230519015308-f93ea91d",
"@graphql-tools/merge": "9.0.0-rc-20230519015308-f93ea91d",
"@graphql-tools/url-loader": "8.0.0-rc-20230519015308-f93ea91d",
"@graphql-tools/utils": "10.0.0-rc-20230519015308-f93ea91d",
"cosmiconfig": "8.1.0",
"jiti": "1.17.1",

@@ -47,3 +47,3 @@ "minimatch": "4.2.3",

"engines": {
"node": ">= 10.0.0"
"node": ">= 16.0.0"
},

@@ -50,0 +50,0 @@ "main": "cjs/index.js",

@@ -7,32 +7,4 @@ export interface ConfigSearchResult {

export declare function isLegacyConfig(filePath: string): boolean;
export declare function createCosmiConfig(moduleName: string, legacy: boolean): {
readonly search: (searchFrom?: string) => Promise<{
config: any;
filepath: string;
isEmpty?: boolean;
}>;
readonly load: (filepath: string) => Promise<{
config: any;
filepath: string;
isEmpty?: boolean;
}>;
readonly clearLoadCache: () => void;
readonly clearSearchCache: () => void;
readonly clearCaches: () => void;
};
export declare function createCosmiConfigSync(moduleName: string, legacy: boolean): {
readonly search: (searchFrom?: string) => {
config: any;
filepath: string;
isEmpty?: boolean;
};
readonly load: (filepath: string) => {
config: any;
filepath: string;
isEmpty?: boolean;
};
readonly clearLoadCache: () => void;
readonly clearSearchCache: () => void;
readonly clearCaches: () => void;
};
export declare function createCosmiConfig(moduleName: string, legacy: boolean): import("cosmiconfig").PublicExplorer;
export declare function createCosmiConfigSync(moduleName: string, legacy: boolean): import("cosmiconfig").PublicExplorerSync;
//# sourceMappingURL=cosmiconfig.d.ts.map

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