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-beta.7 to 4.0.0-beta.7.1

9

node8plus/index.js

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

setofFunctionsContainNulls = true,
legacyJsonUuid = false
legacyJsonUuid = false,
simpleCollections = "omit"
} = options;

@@ -117,2 +118,5 @@

}
if (simpleCollections && ["only", "both", "omit"].indexOf(simpleCollections) < 0) {
throw new Error("Invalid configuration for simple collections: " + JSON.stringify(simpleCollections));
}
if (replaceAllPlugins) {

@@ -196,3 +200,4 @@ ensureValidPlugins("replaceAllPlugins", replaceAllPlugins);

persistentMemoizeWithKey,
pgForbidSetofFunctionsToReturnNull: !setofFunctionsContainNulls
pgForbidSetofFunctionsToReturnNull: !setofFunctionsContainNulls,
pgSimpleCollections: simpleCollections
}, graphileBuildOptions, graphqlBuildOptions // DEPRECATED!

@@ -199,0 +204,0 @@ ));

{
"name": "postgraphile-core",
"version": "4.0.0-beta.7",
"version": "4.0.0-beta.7.1",
"description": "",

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

"dependencies": {
"graphile-build": "4.0.0-beta.7",
"graphile-build-pg": "4.0.0-beta.7"
"graphile-build": "4.0.0-beta.7.1",
"graphile-build-pg": "4.0.0-beta.7.1"
},

@@ -25,0 +25,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc