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

SlexAxton/yepnope.js

A Script Loader For Your Conditional Builds observed · 2026-08-28

github.com/SlexAxton/yepnope.js · homepage · JavaScript · BSD-3-Clause (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-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5821
  • days_rel: n/a
  • days_push: 3550
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2502 stars · 313 forks observed · 2026-08-28

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

yepnope.js is a JavaScript script loader for conditionally loading scripts and CSS based on feature tests, historically bundled with Modernizr as Modernizr.load. The project is officially deprecated; the repo now hosts a minimal replacement script that helps load pre-built conditional bundles rather than loading many resources at runtime.

Use cases

  • conditionally load polyfills based on browser feature support
  • load a single optimized build tuned to a user's browser capabilities
  • asynchronously inject scripts and stylesheets in the browser
  • integrate feature detection with Modernizr to pick the right bundle
  • serve per-feature-combination builds from a cached endpoint

When to choose

  • you are maintaining a legacy codebase that already depends on yepnope or Modernizr.load
  • you need a tiny script to pick one of several pre-built bundles based on feature tests

When to avoid

  • starting any new project - the authors recommend module bundlers like webpack, browserify, or require.js instead
  • you need ordered script execution - the replacement no longer guarantees execution order
  • you want actively maintained software with support and security fixes

Facets

library · maturity abandoned

build-tool developer-tools web-development frontend developer-tools browser script-loader conditional-loading deprecated modernizr async-loading javascript

1 source

Member repositories

RepositoryRoleHealth v2
SlexAxton/yepnope.jsmain32

For agents

markdown · JSON · MCP: product_card(name="SlexAxton/yepnope.js")

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