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.1 to 4.0.0-rc.2

8

node8plus/index.js

@@ -111,3 +111,5 @@ "use strict";

legacyJsonUuid = false,
simpleCollections = "omit"
simpleCollections = "omit",
includeExtensionResources = false,
ignoreRBAC = false
} = options;

@@ -200,3 +202,5 @@

pgForbidSetofFunctionsToReturnNull: !setofFunctionsContainNulls,
pgSimpleCollections: simpleCollections
pgSimpleCollections: simpleCollections,
pgIncludeExtensionResources: includeExtensionResources,
pgIgnoreRBAC: ignoreRBAC
}, graphileBuildOptions, graphqlBuildOptions // DEPRECATED!

@@ -203,0 +207,0 @@ ));

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

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

"dependencies": {
"graphile-build": "4.0.0-rc.1",
"graphile-build-pg": "4.0.0-rc.1"
"graphile-build": "4.0.0-rc.2",
"graphile-build-pg": "4.0.0-rc.2"
},

@@ -28,2 +28,3 @@ "devDependencies": {

"debug": ">=2 <3",
"eslint_d": "5.3.1",
"flow-copy-source": "^1.2.0",

@@ -30,0 +31,0 @@ "jest": "^20.0.4",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc