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

@datastructures-js/priority-queue

Package Overview
Dependencies
Maintainers
1
Versions
31
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 3.0.0 to 3.0.1

4

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

## [3.0.1] - 2020-04-11
### Fixed
- jsdoc
## [3.0.0] - 2020-04-09

@@ -11,0 +15,0 @@ ### Changed

2

package.json
{
"name": "@datastructures-js/priority-queue",
"version": "3.0.0",
"version": "3.0.1",
"description": "priority queue implementation in javascript using a Min Heap",

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

@@ -20,3 +20,3 @@ /**

* @public
* @returnss {number}
* @returns {number}
*/

@@ -29,3 +29,3 @@ size() {

* @public
* @returnss {boolean}
* @returns {boolean}
*/

@@ -39,3 +39,3 @@ isEmpty() {

* returns the element with highest priority in the queue
* @returnss {object}
* @returns {object}
*/

@@ -110,4 +110,4 @@ front() {

/**
* @public
* clears the queue
* @public
*/

@@ -114,0 +114,0 @@ clear() {

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