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.21 to 1.0.22

25

docs/todo.md

@@ -7,5 +7,5 @@ ### Todo

|:-------|:---------|:--------|
| ✓ | factory | Combines Builder & Batcher |
| ✓ | builder | Builds individual query strings based on the number of variable combinations you have. |
| ✓ | batcher | Executes the entire array of GraphQL Query Strings. |
| ✓ | graphql-query-factory/factory | Combines Builder & Batcher |
| ✓ | graphql-query-factory/builder | Builds individual query strings based on the number of variable combinations you have. |
| ✓ | graphql-query-factory/batcher | Executes the entire array of GraphQL Query Strings. |
| ✓ | Ava | |

@@ -19,2 +19,4 @@ | ☐ | Flow | Dependencies added but not finished |

### Upcoming Releases
| Tag Name | Description |

@@ -34,7 +36,11 @@ |:---------|:------------|

* [x] `lib`: export factory in index
* [ ] `lib`: add stream version of builder for massive, local data streams
* [ ] `lib`: add async version of builder for remote data streams
#### Version == 2.0
* [ ] `docs`: Add output source in README towards bottom of file (so doesn't obscure example)
* [ ] `docs`: Add CLI screenshot and graphcool screenshot to [graphql-query-factory-test](https://github.com/alechp/graphql-query-factory-test)
* [ ] `lib`: Implement webpack (uglification, tree shaking, babel, etc.)
* [ ] `lib`: Refactor builder to not use classes
* [ ] `lib`: add stream version of builder for massive, local data streams
* [ ] `lib`: add async version of builder for remote data streams
* [ ] `lib`: Remove graphql-request dependency in favor of using fetch
* [ ] `lib`: update version to 2.0

@@ -44,4 +50,11 @@

* [ ] `lib`: Flow errors fixed
* [ ] `lib`: create flow-typed of docs
* [ ] `lib`: create flow-typed libdef for graphql-query-factory
* [ ] `docs`: create API docs
* [ ] `lib`: Add 'isOnline' check before executing queries to ensure that error messages aren't misleading
* [ ] `docs`: quick video overview
-----
Questions:
1. Is it worth integrating lerna into the project?
{
"name": "graphql-query-factory",
"version": "1.0.21",
"version": "1.0.22",
"description": "",

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

@@ -21,3 +21,3 @@ # GraphQL Query Batcher

All mock variables (e.g. "mock.template", "mock.variables") can be viewed here: [.../tests/_mock.js](https://github.com/alechp/graphql-query-factory/blob/master/src/tests/_mock.js)
> All mock variables (e.g. "mock.template", "mock.variables") can be viewed here: [.../tests/_mock.js](https://github.com/alechp/graphql-query-factory/blob/master/src/tests/_mock.js)

@@ -24,0 +24,0 @@ --------------------------------

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