Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graphile-config

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphile-config - npm Package Compare versions

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

9

CHANGELOG.md
# graphile-config
## 0.0.1-beta.7
### Patch Changes
- [#1930](https://github.com/graphile/crystal/pull/1930)
[`5de3e86eb`](https://github.com/graphile/crystal/commit/5de3e86eba1ddfe5e07732d0325c63e5d72d4b5b)
Thanks [@benjie](https://github.com/benjie)! - Prevent using
appendPlugins/prependPlugins/skipPlugins in presets.
## 0.0.1-beta.6

@@ -4,0 +13,0 @@

3

dist/index.d.ts

@@ -27,2 +27,5 @@ import "./interfaces.js";

disablePlugins?: ReadonlyArray<string>;
appendPlugins?: never;
prependPlugins?: never;
skipPlugins?: never;
}

@@ -29,0 +32,0 @@ interface ResolvedPreset extends Preset {

@@ -12,2 +12,6 @@ "use strict";

"after",
// To avoid confusion with PostGraphile V4:
"appendPlugins",
"prependPlugins",
"skipPlugins",
];

@@ -14,0 +18,0 @@ const PLUGIN_FORBIDDEN_KEYS = ["plugins", "disablePlugins", "extends"];

2

package.json
{
"name": "graphile-config",
"version": "0.0.1-beta.6",
"version": "0.0.1-beta.7",
"description": "Standard plugin interface and helpers to be used across the Graphile stack.",

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

@@ -132,4 +132,3 @@ # graphile-config

</tr><tr>
<td align="center"><a href="https://www.accenture.com/"><img src="https://graphile.org/images/sponsors/accenture.svg" width="90" height="90" alt="Accenture" /><br />Accenture</a> *</td>
<td align="center"><a href="https://microteam.io/"><img src="https://graphile.org/images/sponsors/micro.png" width="90" height="90" alt="We Love Micro" /><br />We Love Micro</a> *</td>
<td align="center"><a href="https://gosteelhead.com/"><img src="https://graphile.org/images/sponsors/steelhead.svg" width="90" height="90" alt="Steelhead" /><br />Steelhead</a> *</td>
</tr></table>

@@ -136,0 +135,0 @@

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