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

graphql-config

Package Overview
Dependencies
Maintainers
10
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 3.0.0-alpha.8 to 3.0.0-alpha.9

dist/config.d.ts.map

1

dist/config.d.ts

@@ -24,1 +24,2 @@ import { GraphQLCofigResult } from './types';

}
//# sourceMappingURL=config.d.ts.map

@@ -23,1 +23,2 @@ export declare class ConfigNotFoundError extends Error {

export declare function composeMessage(...lines: string[]): string;
//# sourceMappingURL=errors.d.ts.map

@@ -27,1 +27,2 @@ import { SchemaPointerSingle, DocumentPointerSingle } from '@graphql-toolkit/common';

}
//# sourceMappingURL=extension.d.ts.map

@@ -7,1 +7,2 @@ import { IGraphQLConfig, IGraphQLProject, IGraphQLProjects, GraphQLCofigResult } from './types';

export declare function flatten<T>(arr: T[]): T extends (infer A)[] ? A[] : T[];
//# sourceMappingURL=helpers.d.ts.map

@@ -7,1 +7,2 @@ export { GraphQLConfig, loadConfig } from './config';

export * from './errors';
//# sourceMappingURL=index.d.ts.map

@@ -7,1 +7,2 @@ import { Source, Loader, DocumentPointerSingle, SchemaPointerSingle } from '@graphql-toolkit/common';

}
//# sourceMappingURL=loaders.d.ts.map

2

dist/package.json
{
"name": "graphql-config",
"version": "3.0.0-alpha.8",
"version": "3.0.0-alpha.9",
"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,

import { GraphQLSchema, DocumentNode } from 'graphql';
import { Source } from '@graphql-toolkit/common';
import { Source, SchemaPointer, DocumentPointer } from '@graphql-toolkit/common';
import { GraphQLExtensionsRegistry } from './extension';
import { IExtensions, IGraphQLProject, SchemaPointer, DocumentPointer } from './types';
import { IExtensions, IGraphQLProject } from './types';
export declare class GraphQLProjectConfig {

@@ -31,1 +31,2 @@ readonly schema: SchemaPointer;

}
//# sourceMappingURL=project-config.d.ts.map
{
"name": "graphql-config",
"version": "3.0.0-alpha.8",
"version": "3.0.0-alpha.9",
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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