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

graphql-query-factory

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-query-factory - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

1

docs/todo.md

@@ -17,3 +17,2 @@ ### Todo

----------------------------------------------
## Current

@@ -20,0 +19,0 @@ | Tag Name | Description |

2

package.json
{
"name": "graphql-query-factory",
"version": "1.0.20",
"version": "1.0.21",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -9,4 +9,4 @@ # GraphQL Query Batcher

### Action Items (Micro)
You can see TODOs in [todo.md](./docs/todo.md)
### Action Items
You can see TODOs and release plans in [todo.md](./docs/todo.md)

@@ -76,12 +76,11 @@ ## Getting Started

If you don't already have a method for this, you can:
1. Create `.env` file in your root directory
2. `npm install dotenv -S`
3. add `require('dotenv').config()` at entry point (i.e. index/main) of your project
4. define variables like so:
```
1. Create .env file in your root directory
2. npm install dotenv -S
3. add require('dotenv').config() at entry point (i.e. index/main) of your project
4. define variables like so:
GQL_SIMPLE_ENDPOINT=http://api.endpoint.goes.here/12345
GQL_AUTH_TOKEN=longobscuretoken
GQL_AUTH_TOKEN=longobscuretoken1290239809
```
^ note that there's no quotation marks
```
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