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.2 to 0.0.3

4

package.json
{
"name": "bellman-ford",
"version": "0.0.2",
"version": "0.0.3",
"gypfile": true,

@@ -9,3 +9,3 @@ "scripts": {

"description": "Bellman Ford algorithm for node.js",
"main": "/build/Release/graph",
"main": "index.js",
"keywords": [

@@ -12,0 +12,0 @@ "bellman-ford",

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

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

@@ -3,0 +3,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