Socket
Socket
Sign inDemoInstall

dijkstrajs

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

6

package.json
{
"name": "dijkstrajs",
"version": "1.0.1",
"version": "1.0.2",
"description": "A simple JavaScript implementation of Dijkstra's single-source shortest-paths algorithm.",

@@ -28,4 +28,4 @@ "main": "dijkstra.js",

"expect.js": "^0.3.1",
"jshint": "^2.8.0",
"mocha": "^2.3.3"
"jshint": "^2.12.0",
"mocha": "^8.4.0"
},

@@ -32,0 +32,0 @@ "jshintConfig": {

# dijkstrajs.js
[![NPM](https://nodei.co/npm/dijkstrajs.png)](https://nodei.co/npm/dijkstrajs/)
[![Build Status](https://api.travis-ci.org/tcort/dijkstrajs.png?branch=master)](http://travis-ci.org/tcort/dijkstrajs)
dijkstrajs is a simple JavaScript implementation of Dijkstra's single-source shortest-paths algorithm.

@@ -8,0 +4,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc