Is jasmine-node still maintained?
No — jasmine-node stopped being maintained around May 2019. jasmine-node's own maintainers named jasmine as the successor.
- Status
- No longer maintained
- Last maintained
- May 2019
- Use instead
jasmine— on npm- Succession
- Successor named by the maintainers
- Drop-in
- no — expect code changes
- Confidence
- high
What should I use instead of jasmine-node?
jasmine-node's own maintainers named jasmine as the successor. jasmine is not a drop-in replacement, so expect to change call sites.
How to migrate from jasmine-node to jasmine
Install jasmine and run npx jasmine init; Jasmine 1.x globals such as ddescribe and iit become fdescribe and fit in Jasmine 2 and later.
Why jasmine-node is on this list
jasmine-node's README has a "Project status" section stating the project is in maintenance mode and recommending the jasmine or jasmine-npm package instead. It bundles Jasmine 1.3.1, several major versions behind, and its last release was 3.0.0 in May 2019. The jasmine package is the Jasmine team's own Node runner and is actively released.
The succession is settled: primary sources agree and the ecosystem has already moved.
jasmine-node alternatives
Beyond the primary recommendation, these are credible for jasmine-node's use case:
jest— view on npmvitest— view on npmmocha— view on npm
Check your own project for jasmine-node
npx dead-deps --all --min-state unmaintained
Run that in the directory holding your lockfile. If jasmine-node 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:
- jasmine-node README: "This project is now in maintenance mode. It is recommended to use the jasmine or jasmine-npm package"github.com
- npm: jasmine, the maintained official runnernpmjs.com
Packages related to jasmine-node
- karmaSuccessor named by the maintainers: vitest · unmaintained since April 2023
- nodeunitNo direct successor · unmaintained since July 2018
- enzymeReplacement project: @testing-library/react · unmaintained since December 2019
- geminiSuccessor named by the maintainers: testplane · unmaintained since November 2019
- uglifyjs-webpack-pluginSuccessor named by the maintainers: terser-webpack-plugin · unmaintained since July 2019
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.