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

@operato/graphql

Package Overview
Dependencies
Maintainers
4
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operato/graphql - npm Package Compare versions

Comparing version

to
0.3.7

25

CHANGELOG.md

@@ -6,2 +6,27 @@ # Change Log

### [0.3.7](https://github.com/hatiolab/operato/compare/v0.3.6...v0.3.7) (2022-01-09)
**Note:** Version bump only for package @operato/graphql
### [0.3.6](https://github.com/hatiolab/operato/compare/v0.3.5...v0.3.6) (2022-01-09)
**Note:** Version bump only for package @operato/graphql
### [0.3.5](https://github.com/hatiolab/operato/compare/v0.3.4...v0.3.5) (2022-01-09)
### :rocket: New Features
* data-grist filter-form support queryFilters property ([e477ede](https://github.com/hatiolab/operato/commit/e477ede184dac7bc6c40d4aab73c2f8156edaef6))
### [0.3.4](https://github.com/hatiolab/operato/compare/v0.3.3...v0.3.4) (2022-01-03)

@@ -8,0 +33,0 @@

7

package.json

@@ -6,3 +6,3 @@ {

"author": "heartyoh@hatiolab.com",
"version": "0.3.4",
"version": "0.3.7",
"main": "dist/src/index.js",

@@ -21,3 +21,4 @@ "module": "dist/src/index.js",

".": "./dist/src/index.js",
"./graphql-client.js": "./dist/src/graphql-client.js"
"./graphql-client.js": "./dist/src/graphql-client.js",
"./gql-context.js": "./dist/src/gql-context.js"
},

@@ -100,3 +101,3 @@ "scripts": {

},
"gitHead": "730f7f88d9feaec4e42fdfa8f4bd9503f04df72e"
"gitHead": "4cc91580b763e2f4f38d95cadef5b18509393bc6"
}