New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@comity/graphql

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comity/graphql - npm Package Compare versions

Comparing version
0.3.4
to
0.4.0
+5
-5
package.json
{
"name": "@comity/graphql",
"version": "0.3.4",
"version": "0.4.0",
"type": "module",

@@ -39,10 +39,10 @@ "author": "Filippo Bovo <hello@filippobovo.com>",

"@envelop/core": "^5.2.3",
"hono": "^4.7.4"
"hono": "^4.7.5"
},
"devDependencies": {
"@hono/vite-dev-server": "^0.18.3",
"@types/node": "^20.17.24",
"@vitest/coverage-v8": "^3.0.8",
"@types/node": "^20.17.28",
"@vitest/coverage-v8": "^3.0.9",
"typescript": "^5.8.2",
"vitest": "^3.0.8"
"vitest": "^3.0.9"
},

@@ -49,0 +49,0 @@ "scripts": {

# Comity Graphql Handler
A [Hono](https://hono.dev) middleware for handling GraphQL requests, integrated with [Envelop](https://the-guild.dev/graphql/envelop) for enhanced GraphQL server capabilities.
A [Hono](https://hono.dev) middleware for handling GraphQL requests, seamlessly integrated with [Envelop](https://the-guild.dev/graphql/envelop) to provide enhanced GraphQL server capabilities.
## Features
- **Performant**: Built on Hono, ensuring minimal overhead and high performance.
- **Pluggable**: Leverage Envelop plugins to enhance your GraphQL server with features like caching, tracing, and more.
- **High Performance**: Built on Hono, ensuring minimal overhead and blazing-fast performance.
- **Extensible**: Leverage Envelop plugins to enhance your GraphQL server with features like caching, tracing, error handling, and more.
- **Lightweight**: Designed to be simple and efficient, with a focus on developer experience.

@@ -10,0 +11,0 @@ ## Installation