🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
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 Versions

234

6.3.3

Diff
eyas-ranjous
published 6.3.3 •

Changelog

Source

[6.3.3] - 2025-05-01

Fixed

  • Added backward compatibility with v5's compare function format for MinPriorityQueue and MaxPriorityQueue
  • Fixed iterator type.
eyas-ranjous
published 6.3.2 •

Changelog

Source

[6.3.2] - 2025-01-05

Fixed

  • ts types.
eyas-ranjous
published 5.4.1 •
eyas-ranjous
published 6.3.1 •

Changelog

Source

[6.3.1] - 2024-01-23

Fixed

  • upgrade @datastructures-js/heap to latest
eyas-ranjous
published 4.2.0 •
eyas-ranjous
published 5.4.0 •
eyas-ranjous
published 6.3.0 •

Changelog

Source

[6.3.0] - 2023-05-30

Added

  • .remove(cb) to remove all elements that meet a criteria.
eyas-ranjous
published 6.2.0 •

Changelog

Source

[6.2.0] - 2023-01-16

Added

  • Symbol.iterator
eyas-ranjous
published 6.1.4 •

Changelog

Source

[6.1.4] - 2022-11-06

Fixed

  • Readme.
eyas-ranjous
published 6.1.3 •

Changelog

Source

[6.1.3] - 2022-09-04

Fixed

  • upgrade heap to v4.1.2