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 6.1.3 to 6.1.4

4

CHANGELOG.md

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

## [Unreleased]
## [6.1.4] - 2022-11-06
### Fixed
- Readme.
## [6.1.3] - 2022-09-04

@@ -10,0 +14,0 @@ ### Fixed

2

package.json
{
"name": "@datastructures-js/priority-queue",
"version": "6.1.3",
"version": "6.1.4",
"description": "A heap-based implementation of priority queue in javascript with typescript support.",

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

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

}
});
);
```

@@ -101,0 +101,0 @@

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