</>PackageGraphPackageGraph

find-my-way

npmv9.9.0TypeScript

Crazy fast http radix based router

Safe to adopt

Yes — find-my-way scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 19 days ago. 12 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 19 days ago. 12 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Pulls in 5 transitive packages, about 537 KB installed.

  • ASupply chain: grade A, Excellent.

    No install scripts, 2 maintainers, and a contained dependency surface.

  • 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 find-my-way to a project.

3
Direct dependencies

Runtime packages this one declares itself.

5
Total installed

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

537 KB
Install size

Unpacked size of this package plus its entire runtime tree.

2
Tree depth

Longest resolved dependency chain below this package.

Licenses in the dependency tree

MIT

Every license you inherit by installing find-my-way, not just its own. Check this before a legal review, not after.

Compatibility

Node.js
node >=20
Module format
CommonJS only
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the find-my-way README.

const http = require('http')
const router = require('find-my-way')()

router.on('GET', '/', (req, res, params) => {
  res.end('{"message":"hello world"}')
})

const server = http.createServer((req, res) => {
  router.lookup(req, res)
})

server.listen(3000, err => {
  if (err) throw err
  console.log('Server listening on: http://localhost:3000')
Example truncated — see the full README.

find-my-way vs the alternatives

Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
find-my-waythis page01MIT19 days ago
express92.8M17MIT1 day ago
hono04MIT1 day ago
content-type191.4M6MIT1 day ago
negotiator183.3M2MIT1 day ago
node-fetch172.9M9MIT1 day ago

Dependencies

Declared by find-my-way v9.9.0. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (12)

@types/node ^26.1.0benchmark ^2.1.4borp ^1.0.0chalk ^6.0.0eslint ^9.39.5inquirer ^14.0.2neostandard ^0.13.0pre-commit ^2.0.0proxyquire ^2.1.3rfdc ^1.3.0simple-git ^3.7.1tstyche ^7.0.0

Used by

Popular packages that depend on find-my-way.

Relationship graph

Dependencies (left) and dependents (right) of find-my-way.

Frequently installed together

Release history

8 releases in the last two years, typically about 49 days apart.

Recent versions of find-my-way
VersionPublishedSizeLicense
9.9.0latest19 days ago418 KBMIT
9.8.026 days ago413 KBMIT
9.7.01 month ago403 KBMIT
9.6.04 months ago396 KBMIT
9.5.06 months ago393 KBMIT
9.4.08 months ago390 KBMIT
9.3.01 year ago387 KBMIT
9.2.01 year ago386 KBMIT
9.1.01 year ago377 KBMIT
8.2.22 years ago376 KBMIT
9.0.12 years ago377 KBMIT
8.2.12 years ago377 KBMIT
9.0.02 years ago376 KBMIT
8.2.02 years ago375 KBMIT
8.1.02 years ago366 KBMIT

Overview

find-my-way is an npm package that crazy fast http radix based router. It has 1 known dependents in the graph. The latest version is 9.9.0, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need crazy fast http radix based router and value a focused solution.

When not to use it

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

Pros

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

Cons

  • No significant drawbacks detected from available metadata.

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

Maintainers

Keywords

Frequently asked questions

Should I use find-my-way?

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

How do I install find-my-way?

Run `npm install find-my-way` to add find-my-way to your npm project.

How many dependencies does find-my-way have?

find-my-way declares 15 direct dependencies and pulls in 5 packages in total once its runtime tree is resolved totalling about 537 KB on disk.

What license is find-my-way released under?

find-my-way is distributed under the MIT license.

How popular is find-my-way?

npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on find-my-way.

Is find-my-way still maintained?

The most recent release of find-my-way (v9.9.0) was published 19 days ago.

Does find-my-way run install scripts?

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