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

srvx

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

srvx - npm Package Compare versions

Comparing version
0.11.20
to
0.11.21
+0
-9
dist/adapters/node.mjs

@@ -127,3 +127,2 @@ import { FastURL, lazyInherit } from "../_chunks/_url.mjs";

var NodeRequestURL = class extends FastURL {
#req;
constructor({ req }) {

@@ -151,11 +150,3 @@ const path = req.url || "/";

else super(path);
this.#req = req;
}
get pathname() {
return super.pathname;
}
set pathname(value) {
this._url.pathname = value;
this.#req.url = this._url.pathname + this._url.search;
}
};

@@ -162,0 +153,0 @@ const _nonJoinedHeaders = /* @__PURE__ */ new Set([

+1
-1

@@ -182,3 +182,3 @@ import { bold, cyan, gray, green, magenta, red, url, yellow } from "./_chunks/_utils.mjs";

name: "srvx",
version: "0.11.19",
version: "0.11.20",
description: "Universal Server."

@@ -185,0 +185,0 @@ };

{
"name": "srvx",
"version": "0.11.20",
"version": "0.11.21",
"description": "Universal Server.",

@@ -5,0 +5,0 @@ "homepage": "https://srvx.h3.dev",