Socket
Socket
Sign inDemoInstall

edmonds-blossom

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 1.0.0

README.md

15

package.json
{
"name": "edmonds-blossom",
"version": "0.1.0",
"version": "1.0.0",
"description": "Edmond's weighted maximum matching algorithm (Blossom algorithm) ported from http://jorisvr.nl/maximummatching.html",
"main": "blossom.js",
"main": "app/blossom.js",
"keywords": [
"graph",
"directional graph",
"edmonds",
"maximum matching",
"blossom"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "./node_modules/.bin/jasmine-node spec"
},

@@ -19,5 +26,5 @@ "repository": {

"homepage": "https://github.com/mattkrick/EdmondsBlossom#readme",
"dependencies": {
"devDependencies": {
"jasmine-node": "^1.14.5"
}
}

Sorry, the diff of this file is not supported yet

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