You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

graphile-build-pg

Package Overview
Dependencies
Maintainers
1
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

4

node8plus/plugins/makeProcField.js

@@ -335,3 +335,3 @@ "use strict";

...value,
data: value.data.map(scalarAwarePg2gql)
data: value.data ? value.data.map(scalarAwarePg2gql) : null
});

@@ -389,3 +389,3 @@ } else if (proc.returnsSet || rawReturnType.isPgArray) {

...row,
data: row.data.map(scalarAwarePg2gql)
data: row.data ? row.data.map(scalarAwarePg2gql) : null
});

@@ -392,0 +392,0 @@ } else if (proc.returnsSet || rawReturnType.isPgArray) {

{
"name": "graphile-build-pg",
"version": "4.0.0-beta.6",
"version": "4.0.0-beta.7",
"description": "Build a GraphQL schema by reflection over a PostgreSQL schema. Easy to customize since it's built with plugins on graphile-build",

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

"debug": ">=2 <3",
"graphile-build": "4.0.0-beta.6",
"graphile-build": "4.0.0-beta.7",
"graphql-iso-date": "^3.2.0",

@@ -42,0 +42,0 @@ "jsonwebtoken": "^8.1.1",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc