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.0.5 to 0.0.6

lib/data/PriorityQueue.js

5

CHANGELOG.md

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

v0.0.6
======
* Add an min priority queue (data.PriorityQeuue).
v0.0.5

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

5

index.js
exports.Digraph = require("./lib/Digraph");
exports.alg = require("./lib/alg");
exports.data = {
PriorityQueue: require("./lib/data/PriorityQueue")
};
exports.version = require("./lib/version");
// Backwards compatibility - to remove at next minor version bump
exports.Graph = exports.Digraph
exports.Graph = exports.Digraph;

2

lib/version.js

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

module.exports = '0.0.5';
module.exports = '0.0.6';
{
"name": "graphlib",
"version": "0.0.5",
"version": "0.0.6",
"description": "A multi-graph library",

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

@@ -13,3 +13,3 @@ # Graphlib

Note that graphlib is current a pre-1.0.0 library. We will do our best to
maintain backwards compatibility, for patch level increases (e.g. 0.0.1 to
maintain backwards compatibility for patch level increases (e.g. 0.0.1 to
0.0.2) but make no claim to backwards compatibility across minor releases (e.g.

@@ -16,0 +16,0 @@ 0.0.1 to 0.1.0). Watch our [CHANGELOG](CHANGELOG.md) for details on changes.

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