New:Socket for Asana Is Now Available.Learn more
Get Started

@ultimat3/http

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ultimat3/http - npm Package Compare versions

Comparing version
17.0.0
to
18.0.0
+6
-6
package.json
{
"name": "@ultimat3/http",
"version": "17.0.0",
"version": "18.0.0",
"description": "Owned request lifecycle over Bun.serve: router, ordered pipeline, problem+json errors",

@@ -27,3 +27,3 @@ "license": "MIT",

"engines": {
"bun": ">=1.3.0"
"bun": ">=1.4.0"
},

@@ -35,7 +35,7 @@ "scripts": {

"dependencies": {
"@ultimat3/core": "17.0.0",
"@ultimat3/i18n": "17.0.0",
"@ultimat3/schema": "17.0.0",
"@ultimat3/time": "17.0.0"
"@ultimat3/core": "18.0.0",
"@ultimat3/i18n": "18.0.0",
"@ultimat3/schema": "18.0.0",
"@ultimat3/time": "18.0.0"
}
}