Socket
Socket
Sign inDemoInstall

postgraphile-core

Package Overview
Dependencies
77
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.9 to 4.4.0-beta.10

16

node8plus/index.d.ts

@@ -12,3 +12,10 @@ import { Plugin, Options, SchemaListener, Build, Context, SchemaBuilder, Inflection } from "graphile-build";

nodeIdFieldName?: string;
/**
* Additional Options to pass through into the graphile schema building
* system (received via the second argument of a plugin).
*/
graphileBuildOptions?: Options;
/**
* @deprecated Use graphileBuildOptions instead
*/
graphqlBuildOptions?: Options;

@@ -21,4 +28,13 @@ replaceAllPlugins?: Array<Plugin>;

jwtSecret?: string;
/**
* @deprecated UNSUPPORTED! Use an inflector plugin instead.
*/
inflector?: Inflector;
/**
* @deprecated Use smart comments/tags instead
*/
pgColumnFilter?: <TSource>(attr: mixed, build: Build, context: Context<TSource>) => boolean;
/**
* @deprecated Use '@primaryKey' smart comment instead
*/
viewUniqueKey?: string;

@@ -25,0 +41,0 @@ enableTags?: boolean;

8

package.json
{
"name": "postgraphile-core",
"version": "4.4.0-beta.9",
"version": "4.4.0-beta.10",
"description": "",

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

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

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

},
"gitHead": "d4d53ceaa6eb54383b55afb72944fb40df3cf152"
"gitHead": "efb71340ca30356931bd7aa73e911f7f1591c845"
}

Sorry, the diff of this file is not supported yet

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