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

dijkstras-algorithm-ts

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dijkstras-algorithm-ts - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "dijkstras-algorithm-ts",
"version": "1.0.6",
"version": "1.0.7",
"author": "christopher.pkm@gmail.com",

@@ -5,0 +5,0 @@ "description": "typescript implementation of the greedy first search djikstra's shortest path algorithm, compatible with javascript projects too of course",

@@ -20,7 +20,7 @@ ![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fzoolu-got-rhythm%2Fdijkstras-algorithm-ts%2Fmain%2Fpackage.json&query=%24.version&prefix=v&label=npm)

- npm i
- npx run start
- npm run start
## running tests
- npx run test
- npm run test

@@ -27,0 +27,0 @@ ## graphs tested with usage code examples

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