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.12 to 0.0.1-beta.13

9

CHANGELOG.md
# graphile-config
## 0.0.1-beta.13
### Patch Changes
- [#2270](https://github.com/graphile/crystal/pull/2270)
[`7580bc16a`](https://github.com/graphile/crystal/commit/7580bc16a050fd8d916c6dabe9d1ded980090349)
Thanks [@benjie](https://github.com/benjie)! - Check that `process` exists
before reading from it.
## 0.0.1-beta.12

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

2

dist/hooks.js

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

const functionality_js_1 = require("./functionality.js");
const isDev = process.env.GRAPHILE_ENV === "development";
const isDev = typeof process !== "undefined" && process.env.GRAPHILE_ENV === "development";
class AsyncHooks {

@@ -8,0 +8,0 @@ constructor() {

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

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

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