Socket
Socket
Sign inDemoInstall

postgraphile-core

Package Overview
Dependencies
3
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.4.0-beta.6 to 4.4.0-beta.7

4

node8plus/index.d.ts
import { Plugin, Options, SchemaListener, Build, Context, SchemaBuilder, Inflection } from "graphile-build";
import { GraphQLSchema } from "graphql";
import { inflections, Inflector, formatSQLForDebugging } from "graphile-build-pg";
import { Pool, Client } from "pg";
import { Pool, PoolClient } from "pg";
export { Plugin, Build, Context, SchemaBuilder, SchemaListener, Inflection, Options, formatSQLForDebugging, };

@@ -39,3 +39,3 @@ export declare type mixed = {} | string | number | boolean | undefined | null;

}
declare type PgConfig = Client | Pool | string;
declare type PgConfig = Pool | PoolClient | string;
export { inflections };

@@ -42,0 +42,0 @@ export declare const postGraphileBaseOverrides: {

{
"name": "postgraphile-core",
"version": "4.4.0-beta.6",
"version": "4.4.0-beta.7",
"description": "",

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

"@types/graphql": "^14.0.3",
"graphile-build": "4.4.0-beta.6",
"graphile-build-pg": "4.4.0-beta.6"
"graphile-build": "4.4.0-beta.7",
"graphile-build-pg": "4.4.0-beta.7"
},

@@ -57,3 +57,3 @@ "devDependencies": {

},
"gitHead": "5f3783ac82edb4f98a32dbf65360ef834348b0fd"
"gitHead": "306defc2d7c758e95f33715e6f3dc5a37fac6fbf"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc