technical-debt-radar 1.15.1 → 1.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/dist/index.js +1885 -251
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  **Stop Node.js production crashes before merge.**
4
4
 
5
- Detects event-loop blockers, dangerous ORM patterns, and architecture drift in your PRs. 47 detection patterns across 5 categories. Works with NestJS, Express, Fastify, Koa, Hapi + 7 ORMs.
5
+ Detects event-loop blockers, dangerous ORM patterns, security issues, and architecture drift in your PRs. 74 deterministic detection rules across 6 categories. Works with NestJS, Express, Fastify, Koa, Hapi + 7 ORMs.
6
6
 
7
7
  ## Quick Start
8
8
 
@@ -14,7 +14,7 @@ First scan is free. No account needed.
14
14
 
15
15
  ## What It Finds
16
16
 
17
- - **Runtime risks** — sync I/O, crypto, ReDoS in request handlers (11 patterns)
17
+ - **Runtime risks** — sync I/O, crypto, child_process, ReDoS in request handlers (12 patterns)
18
18
  - **Performance** — N+1 queries, unbounded fetches, missing pagination (9 patterns, volume-aware)
19
19
  - **Reliability** — unhandled promises, missing timeouts, empty catches (8 patterns)
20
20
  - **Architecture** — layer violations, circular dependencies (4 rules)