graphql-query-builder
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "graphql-query-builder", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "a simple but powerful graphQL query builder", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,5 +13,7 @@ # graphql-query-builder | ||
*tested on [**NodeJS**](https://nodejs.org) and [**Webpack**](https://webpack.github.io)* | ||
### [Demo / Sandbox](https://tonicdev.com/codemeasandwich/57a0727c80254315001cb366) :thumbsup: | ||
## [Demo / Sandbox](https://tonicdev.com/codemeasandwich/57a0727c80254315001cb366) :thumbsup: | ||
# Install | ||
@@ -23,2 +25,6 @@ | ||
``` js | ||
const Query = require('graphql-query-builder'); | ||
``` | ||
### constructor | ||
@@ -50,6 +56,2 @@ query/mutator you wish to use, and an alias or filter arguments. | ||
``` js | ||
profilePicture.filter({ height : 200, width : 200}); | ||
``` | ||
| Argument | Description | ||
@@ -59,2 +61,5 @@ |--- |--- | ||
``` js | ||
profilePicture.filter({ height : 200, width : 200}); | ||
``` | ||
@@ -152,2 +157,1 @@ ### find | ||
``` | ||
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
400097
153
0