Socket
Socket
Sign inDemoInstall

@thi.ng/heaps

Package Overview
Dependencies
3
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.69 to 2.1.70

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-03-27T09:53:45Z
- **Last updated**: 2024-04-08T14:59:29Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -5,0 +5,0 @@

{
"name": "@thi.ng/heaps",
"version": "2.1.69",
"version": "2.1.70",
"description": "Various heap implementations for arbitrary values and with customizable ordering",

@@ -40,5 +40,5 @@ "type": "module",

"dependencies": {
"@thi.ng/api": "^8.9.31",
"@thi.ng/compare": "^2.3.0",
"@thi.ng/equiv": "^2.1.53"
"@thi.ng/api": "^8.10.0",
"@thi.ng/compare": "^2.3.1",
"@thi.ng/equiv": "^2.1.54"
},

@@ -95,3 +95,3 @@ "devDependencies": {

},
"gitHead": "ce5ae2a322d50a7ce8ecccbd94fa55c496ba04fd\n"
"gitHead": "85ac4bd4d6d89f8e3689e2863d5bea0cecdb371c\n"
}

@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! -->

> [!NOTE]
> This is one of 190 standalone projects, maintained as part
> This is one of 191 standalone projects, maintained as part
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo

@@ -52,4 +52,10 @@ > and anti-framework.

ES module import:
ESM import:
```ts
import * as heaps from "@thi.ng/heaps";
```
Browser ESM import:
```html

@@ -56,0 +62,0 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/heaps"></script>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc