🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@nexus_js/middleware

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexus_js/middleware - npm Package Compare versions

Comparing version
0.9.29
to
0.9.30
+1
-1
dist/index.d.ts

@@ -5,3 +5,3 @@ /**

* 100% based on `Request` / `Response` — runs identically on:
* - Node.js 20+
* - Node.js 22+
* - Bun

@@ -8,0 +8,0 @@ * - Deno

@@ -5,3 +5,3 @@ /**

* 100% based on `Request` / `Response` — runs identically on:
* - Node.js 20+
* - Node.js 22+
* - Bun

@@ -8,0 +8,0 @@ * - Deno

{
"name": "@nexus_js/middleware",
"version": "0.9.29",
"version": "0.9.30",
"description": "Nexus middleware — edge-compatible request pipeline with Web Standard APIs",

@@ -28,2 +28,6 @@ "type": "module",

},
"funding": {
"type": "individual",
"url": "https://buymeacoffee.com/bierfor084"
},
"keywords": [

@@ -50,4 +54,5 @@ "nexus",

"dev": "tsc -p tsconfig.json --watch",
"typecheck": "tsc --noEmit -p tsconfig.json",
"clean": "rm -rf dist"
}
}