Socket
Socket
Sign inDemoInstall

postgraphile-core

Package Overview
Dependencies
78
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-alpha.1 to 4.0.0-alpha.2

6

node8plus/index.js

@@ -86,3 +86,4 @@ "use strict";

setWriteCacheCallback,
legacyRelations = "deprecated" // TODO: Change to 'omit' in v5
legacyRelations = "deprecated", // TODO: Change to 'omit' in v5
badlyBehavedFunctions = false
} = options;

@@ -165,3 +166,4 @@

pgLegacyRelations: legacyRelations,
persistentMemoizeWithKey
persistentMemoizeWithKey,
pgForbidSetofFunctionsToReturnNull: !badlyBehavedFunctions
}, graphileBuildOptions, graphqlBuildOptions // DEPRECATED!

@@ -168,0 +170,0 @@ ));

{
"name": "postgraphile-core",
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"description": "",

@@ -23,3 +23,3 @@ "main": "node8plus/index.js",

"graphile-build": "4.0.0-alpha.1",
"graphile-build-pg": "4.0.0-alpha.1"
"graphile-build-pg": "4.0.0-alpha.2"
},

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc