Is qunitjs still maintained?
No — qunitjs stopped being maintained around October 2017. The same project continues under the name qunit.
- Status
- No longer maintained
- Last maintained
- October 2017
- Use instead
qunit— on npm- Succession
- Renamed package
- Drop-in
- yes — swap the import
- Confidence
- high
What should I use instead of qunitjs?
The same project continues under the name qunit. qunit is close enough to a drop-in replacement that most projects only change the dependency and the import.
How to migrate from qunitjs to qunit
Replace the qunitjs dependency with qunit at the matching 2.x version; no test code changes are needed for the rename itself.
Why qunitjs is on this list
QUnit reclaimed the qunit name on npm in 2017. The qunitjs package carries a notice saying 2.4.1 is the last version published under that name and that future updates require switching to qunit. The official QUnit documentation now tells users to run npm install --save-dev qunit.
The succession is settled: primary sources agree and the ecosystem has already moved.
qunitjs alternatives
The dataset lists no second option: qunit is where the ecosystem went, and nothing else has meaningful adoption.
Check your own project for qunitjs
npx dead-deps --all --min-state unmaintained
Run that in the directory holding your lockfile. If qunitjs is anywhere in your tree — a direct dependency or buried under something else — it appears in the report with this verdict, this successor and the same evidence links, alongside anything else that has stopped moving. Nothing is uploaded; the scan reads your lockfile locally and queries public registry metadata.
Exit code 1 means something was flagged, which makes npx dead-deps --min-state deprecated usable as a CI gate. See how verdicts are produced.
Evidence
Every claim on this page traces to a primary source. Check them:
- npm deprecation notice on qunitjs (2.4.1 is the last release under that name)npmjs.com
- QUnit getting started docs:
npm install --save-dev qunitqunitjs.com
Packages related to qunitjs
- node-uuidRenamed package: uuid · unmaintained since March 2017
- @hapi/joiRenamed package: joi · unmaintained since March 2020
- @material-ui/coreRenamed package: @mui/material · unmaintained since September 2021
- apollo-serverRenamed package: @apollo/server · unmaintained since November 2023
- apollo-server-expressRenamed package: @apollo/server · unmaintained since November 2023
See the full index of covered packages, or read the methodology for how a verdict is reached and why a quiet package is not a dead one.