rou3
npmv0.9.2TypeScriptLightweight and fast router for JavaScript.
Safe to adopt
Yes — rou3 scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 29 days ago. 22 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 29 days ago. 22 releases in the last 2 years.
- AWeight: grade A, Excellent.
Zero runtime dependencies, about 81 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 rou3 to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Compatibility
- Node.js
- No constraint declared
- Module format
- ESM only
- TypeScript
- Types included
- Install scripts
- None
Quick start
A usage example from the rou3 README.
import {
createRouter,
addRoute,
findRoute,
removeRoute,
findAllRoutes,
routesOverlap,
compareRoutes,
findOverlappingRoutes,
routeNodeKeys,
routeToRegExp,
regExpToRoute,
NullProtoObj,
} from "rou3";Dependencies
Declared by rou3 v0.9.2. Runtime dependencies are installed with the package; dev dependencies are not.
Dev (16)
Used by
Popular packages that depend on rou3.
Relationship graph
Dependencies (left) and dependents (right) of rou3.
Frequently installed together
Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers
Composable caching primitives with TTL, SWR, and HTTP response caching
TypeScript-first schema declaration and validation library with static type inference
An extremely fast JavaScript and CSS bundler and minifier.
Native-ESM powered web dev build tool
React is a JavaScript library for building user interfaces.
React package for working with the DOM.
TypeScript definitions for react-dom
Fast, unopinionated, minimalist web framework
Next generation testing framework powered by Vite
Minimal H(TTP) framework built for high performance and portability.
TypeScript definitions for react
Release history
22 releases in the last two years, typically about 7 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 0.9.2latest | 29 days ago | 81 KB | MIT |
| 0.9.1 | 2 months ago | 74 KB | MIT |
| 0.9.0 | 2 months ago | 58 KB | MIT |
| 0.8.1 | 6 months ago | 38 KB | MIT |
| 0.8.0 | 6 months ago | 38 KB | MIT |
| 0.7.12 | 8 months ago | 24 KB | MIT |
| 0.7.11 | 9 months ago | 24 KB | MIT |
| 0.7.10 | 10 months ago | 24 KB | MIT |
| 0.7.9 | 10 months ago | 24 KB | MIT |
| 0.7.8 | 10 months ago | 25 KB | MIT |
| 0.7.7 | 11 months ago | 24 KB | MIT |
| 0.7.6 | 11 months ago | 24 KB | MIT |
| 0.7.5 | 11 months ago | 23 KB | MIT |
| 0.7.4 | 11 months ago | 23 KB | MIT |
| 0.7.3 | 1 year ago | 23 KB | MIT |
Overview
rou3 is an npm package that lightweight and fast router for JavaScript. It has 1 known dependents in the graph. The latest version is 0.9.2, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need lightweight and fast router for JavaScript 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 (16 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 rou3?
Yes — rou3 scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 29 days ago. 22 releases in the last 2 years.
How do I install rou3?
Run `npm install rou3` to add rou3 to your npm project.
What license is rou3 released under?
rou3 is distributed under the MIT license.
How popular is rou3?
npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on rou3.
Is rou3 still maintained?
The most recent release of rou3 (v0.9.2) was published 29 days ago.
Does rou3 run install scripts?
No. rou3 does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.