Describe the feature
Show runtime compatibility badges on package pages so developers know — before adding a package — whether it works on non-Node runtimes.
Uses runtime-compat-data (unjs) as the data source.
Runtimes: node · workerd · deno · bun · edge-light · netlify · llrt · fastly
Approach:
- Scan package entry points for Node built-in imports + global API usage
- Cross-ref against
runtime-compat-data
- Also check
exports for runtime-specific conditions (workerd, worker, etc.)
References:
Additional information
Describe the feature
Show runtime compatibility badges on package pages so developers know — before adding a package — whether it works on non-Node runtimes.
Uses
runtime-compat-data(unjs) as the data source.Runtimes:
node·workerd·deno·bun·edge-light·netlify·llrt·fastlyApproach:
runtime-compat-dataexportsfor runtime-specific conditions (workerd,worker, etc.)References:
Additional information