New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tarjan-graph

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tarjan-graph - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

6

index.js

@@ -136,3 +136,3 @@ function Vertex(name, successors) {

w.onStack = false;
scc.unshift(w);
scc.push(w);
} while (w !== v);

@@ -145,3 +145,5 @@

V.forEach(function(v) {
stronglyConnect(v);
if (v.index < 0) {
stronglyConnect(v);
}
});

@@ -148,0 +150,0 @@

{
"name": "tarjan-graph",
"version": "0.1.1",
"version": "0.2.0",
"license": "MIT",

@@ -5,0 +5,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc