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

bellman-ford

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bellman-ford - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "bellman-ford",
"version": "0.0.5",
"version": "0.0.6",
"gypfile": true,

@@ -5,0 +5,0 @@ "scripts": {

@@ -129,4 +129,9 @@ # bellman-ford

## Notes
So fare I have only tested this on OS X. I would appricate any and all feedback
and suggestions on how this could be improved.

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

var graph_constructor = require('./index');
var graph = new graph_constructor.Graph();
var bellman_ford = require('./build/Release/graph');
var graph = new bellman_ford.Graph();
graph.add_node("a");

@@ -6,0 +7,0 @@ graph.add_node("b");

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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