Ross ROSS = Recommend OSS · open-source software intelligence for agents

ded/script.js

Asyncronous JavaScript loader and dependency manager observed · 2026-08-28

github.com/ded/script.js · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5674
  • days_rel: n/a
  • days_push: 2332
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2923 stars · 333 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

$script.js is a tiny asynchronous JavaScript loader and dependency manager for the browser. It loads scripts on demand without blocking other resources and supports named bundles and dependency readiness callbacks.

Use cases

  • load javascript files asynchronously in the browser
  • manage script dependencies with named bundles
  • avoid blocking page rendering while loading scripts
  • lazy-load third-party scripts on demand
  • wait for multiple scripts to be ready before running code

When to choose

  • you need an extremely lightweight script loader with legacy browser support
  • you want simple named-bundle dependency management without a full module bundler

When to avoid

  • you use a modern bundler or ES modules for dependency management
  • you need CSS or other resource loading, not just JavaScript

Facets

library · maturity maintenance

developer-tools web-framework web-development frontend developer-tools browser script-loader dependency-manager async-loading browser-library javascript

1 source

Member repositories

RepositoryRoleHealth v2
ded/script.jsmain32

For agents

markdown · JSON · MCP: product_card(name="ded/script.js")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem