@tyriar/fibonacci-heap
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "@tyriar/fibonacci-heap", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "An implementation of the Fibonacci heap data structure", | ||
@@ -12,3 +12,3 @@ "scripts": { | ||
"type": "git", | ||
"url": "https://github.com/GrowingWithTheWeb/js-fibonacci-heap.git" | ||
"url": "https://github.com/gwtw/js-fibonacci-heap.git" | ||
}, | ||
@@ -28,5 +28,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/GrowingWithTheWeb/js-fibonacci-heap/issues" | ||
"url": "https://github.com/gwtw/js-fibonacci-heap/issues" | ||
}, | ||
"homepage": "https://github.com/GrowingWithTheWeb/js-fibonacci-heap", | ||
"homepage": "https://github.com/gwtw/js-fibonacci-heap", | ||
"devDependencies": { | ||
@@ -33,0 +33,0 @@ "@tyriar/heap-tests": "^1.0.2", |
# js-fibonacci-heap [![NPM version](https://img.shields.io/npm/v/@tyriar/fibonacci-heap.svg?style=flat)](https://www.npmjs.org/package/@tyriar/fibonacci-heap) | ||
[![Build Status](http://img.shields.io/travis/GrowingWithTheWeb/js-fibonacci-heap.svg?style=flat)](http://travis-ci.org/GrowingWithTheWeb/js-fibonacci-heap) | ||
[![Coverage Status](https://img.shields.io/coveralls/GrowingWithTheWeb/js-fibonacci-heap.svg?branch=master&service=github)](https://coveralls.io/github/GrowingWithTheWeb/js-fibonacci-heap?branch=master) | ||
[![Build Status](http://img.shields.io/travis/gwtw/js-fibonacci-heap.svg?style=flat)](http://travis-ci.org/gwtw/js-fibonacci-heap) | ||
[![Coverage Status](https://img.shields.io/coveralls/gwtw/js-fibonacci-heap.svg?branch=master&service=github)](https://coveralls.io/github/gwtw/js-fibonacci-heap?branch=master) | ||
@@ -6,0 +6,0 @@ A JavaScript implementation of the [Fibonacci heap](http://www.growingwiththeweb.com/2014/06/fibonacci-heap.html) data structure. |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
28242