Socket
Socket
Sign inDemoInstall

graphile-build-pg

Package Overview
Dependencies
Maintainers
1
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphile-build-pg - npm Package Compare versions

Comparing version 5.0.0-1.2 to 5.0.0-1.3

17

CHANGELOG.md
# graphile-build-pg
## 5.0.0-1.3
### Patch Changes
- [#297](https://github.com/benjie/postgraphile-private/pull/297)
[`b4eaf89f4`](https://github.com/benjie/postgraphile-private/commit/b4eaf89f401ca207de08770361d07903f6bb9cb0)
Thanks [@benjie](https://github.com/benjie)! - AsyncHooks can now execute
synchronously if all registered hooks are synchronous. May impact ordering of
fields/types in GraphQL schema.
- Updated dependencies
[[`8d270ead3`](https://github.com/benjie/postgraphile-private/commit/8d270ead3fa8331e28974aae052bd48ad537d1bf),
[`b4eaf89f4`](https://github.com/benjie/postgraphile-private/commit/b4eaf89f401ca207de08770361d07903f6bb9cb0)]:
- grafast@0.0.1-1.3
- graphile-config@0.0.1-1.2
- @dataplan/pg@0.0.1-1.3
- graphile-build@5.0.0-1.3
## 5.0.0-1.2

@@ -4,0 +21,0 @@

4

dist/plugins/PgCodecsPlugin.js

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

const codec = (0, graphile_export_1.EXPORTABLE)((recordCodec, spec) => recordCodec(spec), [pg_1.recordCodec, spec]);
info.process("pgCodecs_PgCodec", {
await info.process("pgCodecs_PgCodec", {
pgCodec: codec,

@@ -474,3 +474,3 @@ pgType: pgClass.getType(),

// Be careful not to call this for class codecs!
info.process("pgCodecs_PgCodec", {
await info.process("pgCodecs_PgCodec", {
pgCodec: codec,

@@ -477,0 +477,0 @@ pgType: type,

@@ -48,3 +48,2 @@ "use strict";

}
return args;
},

@@ -51,0 +50,0 @@ },

{
"name": "graphile-build-pg",
"version": "5.0.0-1.2",
"version": "5.0.0-1.3",
"description": "PostgreSQL plugins for Graphile Build - build a supercharged GraphQL schema by reflection over a PostgreSQL database and executed by Grafast.",

@@ -42,8 +42,8 @@ "type": "commonjs",

"dependencies": {
"@dataplan/pg": "^0.0.1-1.2",
"@dataplan/pg": "^0.0.1-1.3",
"@types/node": "^18.15.5",
"debug": "^4.3.3",
"grafast": "^0.0.1-1.2",
"graphile-build": "5.0.0-1.2",
"graphile-config": "^0.0.1-1.1",
"grafast": "^0.0.1-1.3",
"graphile-build": "5.0.0-1.3",
"graphile-config": "^0.0.1-1.2",
"graphile-export": "^0.0.2-1.1",

@@ -81,3 +81,3 @@ "jsonwebtoken": "^8.5.1",

"pg": "^8.7.1",
"ruru": "^2.0.0-1.1",
"ruru": "^2.0.0-1.2",
"ts-node": "^10.9.1",

@@ -84,0 +84,0 @@ "typescript": "^5.0.0-beta",

Sorry, the diff of this file is not supported yet

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