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

@tyriar/fibonacci-heap

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tyriar/fibonacci-heap - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

8

package.json
{
"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.

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