Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@webiny/handler-graphql

Package Overview
Dependencies
Maintainers
1
Versions
587
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webiny/handler-graphql - npm Package Compare versions

Comparing version
6.3.0-beta.2
to
6.3.0-beta.3
+18
-15
package.json
{
"name": "@webiny/handler-graphql",
"version": "6.3.0-beta.2",
"version": "6.3.0-beta.3",
"type": "module",
"main": "index.js",
"exports": {
".": "./index.js",
"./*": "./*"
},
"license": "MIT",

@@ -18,13 +21,13 @@ "repository": {

"dependencies": {
"@graphql-tools/merge": "9.1.8",
"@graphql-tools/resolvers-composition": "7.0.30",
"@graphql-tools/schema": "10.0.32",
"@graphql-tools/utils": "11.0.1",
"@webiny/api": "6.3.0-beta.2",
"@graphql-tools/merge": "9.1.9",
"@graphql-tools/resolvers-composition": "7.0.31",
"@graphql-tools/schema": "10.0.33",
"@graphql-tools/utils": "11.1.0",
"@webiny/api": "6.3.0-beta.3",
"@webiny/di": "0.2.3",
"@webiny/error": "6.3.0-beta.2",
"@webiny/feature": "6.3.0-beta.2",
"@webiny/handler": "6.3.0-beta.2",
"@webiny/plugins": "6.3.0-beta.2",
"@webiny/utils": "6.3.0-beta.2",
"@webiny/error": "6.3.0-beta.3",
"@webiny/feature": "6.3.0-beta.3",
"@webiny/handler": "6.3.0-beta.3",
"@webiny/plugins": "6.3.0-beta.3",
"@webiny/utils": "6.3.0-beta.3",
"boolean": "3.2.0",

@@ -37,4 +40,4 @@ "graphql": "16.13.2",

"devDependencies": {
"@webiny/build-tools": "6.3.0-beta.2",
"@webiny/handler-aws": "6.3.0-beta.2",
"@webiny/build-tools": "6.3.0-beta.3",
"@webiny/handler-aws": "6.3.0-beta.3",
"rimraf": "6.1.3",

@@ -48,3 +51,3 @@ "typescript": "6.0.3",

},
"gitHead": "c5ae1dbcb99bf7457449ef67aef19c5b4b1ffc4c"
"gitHead": "e154ec3326903876c357d35422dc60d29e061419"
}