You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@datastructures-js/priority-queue

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datastructures-js/priority-queue - npm Package Compare versions

Comparing version

to
5.0.2

5

CHANGELOG.md

@@ -8,2 +8,7 @@ # Changelog

## [Unreleased]
## [5.0.2] - 2021-03-12
### Fixed
- README
## [5.0.1] - 2021-02-23

@@ -10,0 +15,0 @@

2

package.json
{
"name": "@datastructures-js/priority-queue",
"version": "5.0.1",
"version": "5.0.2",
"description": "a performant priority queue implementation using a Heap data structure.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -83,3 +83,3 @@ # @datastructures-js/priority-queue

// MinPriorityQueue Example, where priority is the number element itself
const numbersQueue
numbersQueue
.enqueue(10)

@@ -86,0 +86,0 @@ .enqueue(-7)