Socket
Socket
Sign inDemoInstall

graphile-build-pg

Package Overview
Dependencies
94
Maintainers
1
Versions
205
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-beta.23 to 5.0.0-beta.24

6

dist/plugins/PgCustomTypeFieldPlugin.js

@@ -302,5 +302,5 @@ "use strict";

makeFieldArgs,
makeExpression({ $placeholderable, resource, fieldArgs, path = [], initialArgs = [], }) {
makeExpression: (0, graphile_build_1.EXPORTABLE)((digestsFromArgumentSpecs, makeArgs) => ({ $placeholderable, resource, fieldArgs, path = [], initialArgs = [], }) => {
const args = makeArgs(fieldArgs, path);
const { digests } = (0, pg_1.digestsFromArgumentSpecs)($placeholderable, args, initialArgs.map((a, position) => ({
const { digests } = digestsFromArgumentSpecs($placeholderable, args, initialArgs.map((a, position) => ({
placeholder: a,

@@ -314,3 +314,3 @@ position,

return src;
},
}, [pg_1.digestsFromArgumentSpecs, makeArgs]),
};

@@ -317,0 +317,0 @@ };

@@ -1,2 +0,2 @@

export declare const version = "5.0.0-beta.23";
export declare const version = "5.0.0-beta.24";
//# sourceMappingURL=version.d.ts.map

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

// This file is autogenerated by /scripts/postversion.mjs
exports.version = "5.0.0-beta.23";
exports.version = "5.0.0-beta.24";
//# sourceMappingURL=version.js.map
{
"name": "graphile-build-pg",
"version": "5.0.0-beta.23",
"version": "5.0.0-beta.24",
"description": "PostgreSQL plugins for Graphile Build - build a supercharged GraphQL schema by reflection over a PostgreSQL database and executed by Grafast.",

@@ -56,5 +56,5 @@ "type": "commonjs",

"peerDependencies": {
"@dataplan/pg": "^0.0.1-beta.20",
"grafast": "^0.1.1-beta.9",
"graphile-build": "5.0.0-beta.19",
"@dataplan/pg": "^0.0.1-beta.21",
"grafast": "^0.1.1-beta.10",
"graphile-build": "5.0.0-beta.20",
"graphile-config": "^0.0.1-beta.8",

@@ -92,3 +92,3 @@ "graphql": "^16.1.0-experimental-stream-defer.6",

"fastify-static": "^4.7.0",
"graphile-export": "^0.0.2-beta.14",
"graphile-export": "^0.0.2-beta.15",
"graphql": "16.1.0-experimental-stream-defer.6",

@@ -95,0 +95,0 @@ "graphql-helix": "^1.13.0",

Sorry, the diff of this file is too big to display

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