Socket
Socket
Sign inDemoInstall

@thi.ng/geom-accel

Package Overview
Dependencies
21
Maintainers
1
Versions
255
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.5.67 to 3.5.68

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/geom-accel",
"version": "3.5.67",
"version": "3.5.68",
"description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API",

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

"dependencies": {
"@thi.ng/api": "^8.9.31",
"@thi.ng/arrays": "^2.9.1",
"@thi.ng/checks": "^3.5.5",
"@thi.ng/distance": "^2.4.67",
"@thi.ng/equiv": "^2.1.53",
"@thi.ng/errors": "^2.5.2",
"@thi.ng/geom-api": "^4.0.4",
"@thi.ng/geom-isec": "^3.0.4",
"@thi.ng/heaps": "^2.1.69",
"@thi.ng/math": "^5.10.8",
"@thi.ng/transducers": "^8.9.18",
"@thi.ng/vectors": "^7.10.25"
"@thi.ng/api": "^8.10.0",
"@thi.ng/arrays": "^2.9.2",
"@thi.ng/checks": "^3.6.0",
"@thi.ng/distance": "^2.4.68",
"@thi.ng/equiv": "^2.1.54",
"@thi.ng/errors": "^2.5.3",
"@thi.ng/geom-api": "^4.0.5",
"@thi.ng/geom-isec": "^3.0.5",
"@thi.ng/heaps": "^2.1.70",
"@thi.ng/math": "^5.10.9",
"@thi.ng/transducers": "^9.0.0",
"@thi.ng/vectors": "^7.10.26"
},

@@ -120,5 +120,6 @@ "devDependencies": {

"thi.ng": {
"alias": "accel",
"year": 2013
},
"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

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

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

@@ -68,3 +74,3 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/geom-accel"></script>

```js
const geomAccel = await import("@thi.ng/geom-accel");
const accel = await import("@thi.ng/geom-accel");
```

@@ -71,0 +77,0 @@

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