New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

graphql-config-extension-graphcool

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-config-extension-graphcool - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

dist/index.js

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

newConfig = __assign({}, config);
env = new graphcool_yml_1.Environment(path.join(os.homedir(), '.graphcoolrc'));
env = new graphcool_yml_1.Environment(path.join(os.homedir(), '.graphcool'));
return [4 /*yield*/, env.load({})];

@@ -61,0 +61,0 @@ case 1:

{
"name": "graphql-config-extension-graphcool",
"version": "0.0.4",
"version": "0.0.5",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

# graphql-config-extension-graphcool
Injects endpoints and headers into a GraphQL Config instance based on a given graphcool.yml
## Usage
## Usage in `.graphqlconfig.yml`
```yml
projects:
database:
extensions:
graphcool: graphcool.yml
```
## Usage in Node.js
```ts

@@ -7,0 +15,0 @@ import {patchEndpointsToConfig} from 'graphql-config-extension-graphcool'

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