A simple JavaScript (Node.js) implementation of Dijkstra's single-source shortest-paths algorithm. Useful for computing shortest paths from one starting node in graph-style problems, with example usage referenced in the included tests.
Project status
- The repository appears quiet/dormant rather than actively maintained, with the last upstream push on 2023-04-15 and no evidence of updates since then relative to 2026-06-09.
- Update cadence is very low, with published updates spaced far apart (notably 2021-05-26 to 2023-04-15, and earlier tags much older).
AI summary generated
Recent updates
v1.0.3
Release v1.0.3 contains no documented functional changes in the provided release notes (none were supplied). The diff shows only metadata and dependency tooling changes: package version bump, devDependency upgrades, and a large npm lockfile restructure.
Breakingv1.0.2
Release v1.0.2 updates the published package version and introduces a package-lock.json. The only other changes shown in the diff are README badge removals and development dependency upgrades (jshint and mocha), with no direct changes to the core Dijkstra implementation visible in the provided diff.
v1.0.1
Release v1.0.1 was published on 2015-11-13. No release notes or change details were provided by the publisher, so developer impact cannot be determined from the release text alone.
v1.0.0
This release is tagged v1.0.0, but the publisher did not provide any release notes. As a result, there is no documented information about new features, fixes, breaking changes, or dependency updates in the available data.