Socket
Socket
Sign inDemoInstall

postgraphile-core

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postgraphile-core - npm Package Compare versions

Comparing version 4.0.0-rc.8 to 4.0.0-rc.9

12

node8plus/index.d.ts

@@ -6,4 +6,4 @@ import { Plugin, Options, SchemaListener, Build, Context, SchemaBuilder, Inflection } from "graphile-build";

export { Plugin, Build, Context, SchemaBuilder, SchemaListener, Inflection, Options, };
declare type mixed = {} | string | number | boolean | undefined | null;
interface PostGraphileOptions {
export declare type mixed = {} | string | number | boolean | undefined | null;
export interface PostGraphileCoreOptions {
dynamicJson?: boolean;

@@ -47,4 +47,4 @@ classicIds?: boolean;

export declare const PostGraphileClassicIdsInflectionPlugin: Plugin;
export declare const createPostGraphileSchema: (pgConfig: PgConfig, schemas: string | string[], options?: PostGraphileOptions) => Promise<GraphQLSchema>;
export declare const watchPostGraphileSchema: (pgConfig: PgConfig, schemas: string | string[], options: PostGraphileOptions | undefined, onNewSchema: SchemaListener) => Promise<() => Promise<void>>;
export declare const createPostGraphileSchema: (pgConfig: PgConfig, schemas: string | string[], options?: PostGraphileCoreOptions) => Promise<GraphQLSchema>;
export declare const watchPostGraphileSchema: (pgConfig: PgConfig, schemas: string | string[], options: PostGraphileCoreOptions | undefined, onNewSchema: SchemaListener) => Promise<() => Promise<void>>;
export declare const postGraphQLBaseOverrides: {

@@ -58,3 +58,3 @@ enumName(value: string): any;

export declare const postGraphQLClassicIdsInflection: any;
export declare const createPostGraphQLSchema: (pgConfig: PgConfig, schemas: string | string[], options?: PostGraphileOptions) => Promise<GraphQLSchema>;
export declare const watchPostGraphQLSchema: (pgConfig: PgConfig, schemas: string | string[], options: PostGraphileOptions | undefined, onNewSchema: SchemaListener) => Promise<() => Promise<void>>;
export declare const createPostGraphQLSchema: (pgConfig: PgConfig, schemas: string | string[], options?: PostGraphileCoreOptions) => Promise<GraphQLSchema>;
export declare const watchPostGraphQLSchema: (pgConfig: PgConfig, schemas: string | string[], options: PostGraphileCoreOptions | undefined, onNewSchema: SchemaListener) => Promise<() => Promise<void>>;
{
"name": "postgraphile-core",
"version": "4.0.0-rc.8",
"version": "4.0.0-rc.9",
"description": "",

@@ -24,4 +24,4 @@ "main": "node8plus/index.js",

"@types/graphql": "^0.13.4",
"graphile-build": "4.0.0-rc.8",
"graphile-build-pg": "4.0.0-rc.8"
"graphile-build": "4.0.0-rc.9",
"graphile-build-pg": "4.0.0-rc.9"
},

@@ -28,0 +28,0 @@ "devDependencies": {

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