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

graphql-query-builder

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-query-builder - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"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

```
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