Socket
Socket
Sign inDemoInstall

graphile-build

Package Overview
Dependencies
Maintainers
1
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphile-build - npm Package Compare versions

Comparing version 5.0.0-alpha.5 to 5.0.0-alpha.6

13

CHANGELOG.md
# graphile-build
## 5.0.0-alpha.6
### Patch Changes
- [`2850e4732`](https://github.com/benjie/postgraphile-private/commit/2850e4732ff173347357dba048eaf3c1ef775497)
Thanks [@benjie](https://github.com/benjie)! - Improve the error output when
the schema fails to build.
- Updated dependencies
[[`86e503d78`](https://github.com/benjie/postgraphile-private/commit/86e503d785626ad9a2e91ec2e70b272dd632d425),
[`24822d0dc`](https://github.com/benjie/postgraphile-private/commit/24822d0dc87d41f0b0737d6e00cf4022de4bab5e)]:
- grafast@0.0.1-alpha.5
## 5.0.0-alpha.5

@@ -4,0 +17,0 @@

2

dist/index.js

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

}
console.warn(`Error occurred whilst building the schema (phase = ${phase}; attempt ${attempts}). We'll try again ${retryOrPromise === true ? `in ${delay}ms` : `shortly`}.\n ${String(error).replace(/\n/g, "\n ")}`);
console.warn(`Error occurred whilst building the schema (phase = ${phase}; attempt ${attempts}). We'll try again ${retryOrPromise === true ? `in ${delay}ms` : `shortly`}.\n ${String(error.stack ?? error).replace(/\n/g, "\n ")}`);
if (retryOrPromise === true) {

@@ -401,0 +401,0 @@ await sleep(delay);

{
"name": "graphile-build",
"version": "5.0.0-alpha.5",
"version": "5.0.0-alpha.6",
"description": "Build a GraphQL schema from plugins",

@@ -44,3 +44,3 @@ "type": "commonjs",

"debug": "^4.3.3",
"grafast": "^0.0.1-alpha.4",
"grafast": "^0.0.1-alpha.5",
"graphile-config": "^0.0.1-alpha.2",

@@ -47,0 +47,0 @@ "lodash": "^4.17.21",

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