Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graphlib

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphlib - npm Package Compare versions

Comparing version 0.5.8 to 0.5.9

lib/alg/postorder.js

5

CHANGELOG.md

@@ -0,1 +1,6 @@

v0.5.9
======
* Added preorder and postorder tree traversal functions.
v0.5.8

@@ -2,0 +7,0 @@ ======

2

index.js

@@ -14,2 +14,4 @@ exports.Graph = require("./lib/Graph");

floydWarshall: require("./lib/alg/floydWarshall"),
postorder: require("./lib/alg/postorder"),
preorder: require("./lib/alg/preorder"),
prim: require("./lib/alg/prim"),

@@ -16,0 +18,0 @@ tarjan: require("./lib/alg/tarjan"),

2

lib/version.js

@@ -1,1 +0,1 @@

module.exports = '0.5.8';
module.exports = '0.5.9';
{
"name": "graphlib",
"version": "0.5.8",
"version": "0.5.9",
"description": "A directed and undirected multi-graph library",

@@ -5,0 +5,0 @@ "main": "index.js",

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