</>PackageGraphPackageGraph

srvx

npmv1.0.4TypeScript

Universal Server.

Safe to adopt

Yes — srvx scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 2 days ago. 50 releases in the last 2 years.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • AMaintenance: grade A, Excellent.

    Last published 2 days ago. 50 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies, about 178 KB installed.

  • BSupply chain: grade B, Good.

    This package has a single maintainer (bus factor of 1).

  • ALicense: grade A, Excellent.

    MIT — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding srvx to a project.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

178 KB
Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

Longest resolved dependency chain below this package.

Compatibility

Node.js
node >=20.16.0
Module format
ESM only
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the srvx README.

export default {
  fetch(req: Request) {
    return Response.json({ hello: "world!" });
  },
};

Dependencies

Declared by srvx v1.0.4. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (31)

@cloudflare/workers-types ^5.20260818.1@hono/node-server ^2.1.1@mitata/counters ^0.0.8@mjackson/node-fetch-server ^0.7.0@types/aws-lambda ^8.10.162@types/bun ^1.3.14@types/deno ^2.7.0@types/express ^5.0.6@types/node ^26.2.0@types/node-forge ^1.3.14@types/serviceworker ^0.0.200@vitest/coverage-v8 ^4.1.11@whatwg-node/server ^0.11.0automd ^0.4.3changelogen ^0.6.2eslint-config-unjs ^0.6.2execa ^10.0.1express ^5.2.1fastify ^5.12.1get-port-please ^3.2.0mdbox ^0.1.1mitata ^1.0.34node-forge ^1.4.0obuild ^0.4.38oxfmt ^0.64.0oxlint ^1.79.0srvx-release npm:srvx@^0.12.5tslib ^2.8.1typescript ^7.0.2undici ^8.10.0vitest ^4.1.11

Used by

Popular packages that depend on srvx.

Relationship graph

Dependencies (left) and dependents (right) of srvx.

h3crosswssrvx
srvx dependencies dependents

Frequently installed together

Release history

50 releases in the last two years, typically about 1 day apart.

Recent versions of srvx
VersionPublishedSizeLicense
1.0.4latest2 days ago178 KBMIT
1.0.36 days ago178 KBMIT
1.0.26 days ago178 KBMIT
1.0.16 days ago177 KBMIT
1.0.08 days ago176 KBMIT
0.12.88 days ago176 KBMIT
0.12.720 days ago176 KBMIT
0.12.620 days ago176 KBMIT
0.12.51 month ago171 KBMIT
0.12.41 month ago164 KBMIT
0.12.31 month ago163 KBMIT
0.12.21 month ago161 KBMIT
0.12.11 month ago158 KBMIT
0.12.01 month ago157 KBMIT
0.11.222 months ago131 KBMIT

Overview

srvx is an npm package that universal Server. It has 2 known dependents in the graph. The latest version is 1.0.4, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need universal Server and value a focused solution.

When not to use it

Consider an alternative if you need to minimize your dependency tree, or if a more actively-maintained option better fits your npm stack.

Pros

  • Ships TypeScript type definitions.
  • Clear open-source license (MIT).

Cons

  • Large dependency tree (31 direct dependencies) increases install size and audit surface.

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Frequently asked questions

Should I use srvx?

Yes — srvx scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 2 days ago. 50 releases in the last 2 years.

How do I install srvx?

Run `npm install srvx` to add srvx to your npm project.

What license is srvx released under?

srvx is distributed under the MIT license.

How popular is srvx?

npm does not publish download counts. Within PackageGraph's crawl, 2 known packages depend on srvx.

Is srvx still maintained?

The most recent release of srvx (v1.0.4) was published 2 days ago.

Does srvx run install scripts?

No. srvx does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.