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

@algorithm.ts/queue

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algorithm.ts/queue - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

CHANGELOG.md

10

package.json
{
"name": "@algorithm.ts/queue",
"version": "3.0.0",
"version": "3.1.0",
"description": "Typescript implementation of queues, such as priority queue and circular queue.",

@@ -50,3 +50,3 @@ "author": {

"dependencies": {
"@algorithm.ts/types": "^3.0.0"
"@algorithm.ts/types": "^3.1.0"
},

@@ -56,6 +56,6 @@ "devDependencies": {

"jest": "^29.5.0",
"rimraf": "^4.4.1",
"rollup": "^3.20.2"
"rimraf": "^5.0.0",
"rollup": "^3.21.6"
},
"gitHead": "9bb1f3515444890907c8e811b989f17073f39591"
"gitHead": "c2d4f73cd5143f56c334bf9736df5d61b0e5dec9"
}
<header>
<h1 align="center">
<a href="https://github.com/guanghechen/algorithm.ts/tree/release-3.x.x/packages/queue#readme">@algorithm.ts/queue</a>
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/queue@3.1.0/packages/queue#readme">@algorithm.ts/queue</a>
</h1>

@@ -230,3 +230,3 @@ <div align="center">

[homepage]: https://github.com/guanghechen/algorithm.ts/tree/release-3.x.x/packages/queue#readme
[Collection]: https://github.com/guanghechen/algorithm.ts/tree/release-3.x.x/packages/types#readme
[homepage]: https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/queue@3.1.0/packages/queue#readme
[Collection]: https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/types@3.1.0/packages/types#readme
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