find-cycle
find and identify a cycle in a directed graph
incremental-cycle-detect
Keeps a directed acyclic graph topologically sorted each time you add an edge or vertex to check for cycles.
graphology
A robust and multipurpose Graph object for JavaScript.