# ded/script.js

Asyncronous JavaScript loader and dependency manager

Repository: https://github.com/ded/script.js
Canonical: https://ross.abutalabs.com/products/scriptjs
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2020-04-14T20:48:38+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5674, "days_push": 2332, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2923, forks 333 (observed 2026-08-28T04:07:30.314369+00:00)

## What it is
$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
- artifact type: library
- maturity: maintenance
- function: developer-tools, web-framework
- domain: web-development, frontend, developer-tools
- platform: browser
- tags: script-loader, dependency-manager, async-loading, browser-library, javascript

## Member repositories
- ded/script.js (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:30.314369+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:33:44.745100+00:00, confidence not recorded.
  - readme: https://github.com/ded/script.js (fetched 2026-08-28T04:07:30.314369+00:00, sha 9168b942dd09)
- Data as of 2026-08-30T08:39:29.467469+00:00.
