New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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-alpha.6 to 0.0.1-alpha.7

10

CHANGELOG.md
# graphile-config
## 0.0.1-alpha.7
### Patch Changes
- [#438](https://github.com/benjie/postgraphile-private/pull/438)
[`a22830b2f`](https://github.com/benjie/postgraphile-private/commit/a22830b2f293b50a244ac18e1601d7579b450c7d)
Thanks [@benjie](https://github.com/benjie)! - Plugin name now automatically
used in `provides` for every hook, allowing ordering hooks before/after their
equivalents in other plugins.
## 0.0.1-alpha.6

@@ -4,0 +14,0 @@

2

dist/hooks.js

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

callback,
provides: [...(provides || []), id],
provides: [...(provides || []), id, plugin.name],
before: before || [],

@@ -79,0 +79,0 @@ after: after || [],

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

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

@@ -134,2 +134,3 @@ # graphile-config

<td align="center"><a href="https://stellate.co/"><img src="https://graphile.org/images/sponsors/Stellate.png" width="90" height="90" alt="Stellate" /><br />Stellate</a> *</td>
<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>
</tr></table>

@@ -136,0 +137,0 @@

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