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.6.1 to 3.6.2

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-04-22T09:56:21Z
- **Last updated**: 2024-04-23T07:02:18Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

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

{
"name": "@thi.ng/geom-accel",
"version": "3.6.1",
"version": "3.6.2",
"description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API",

@@ -31,3 +31,3 @@ "type": "module",

"build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
"clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc internal",
"clean": "bun ../../tools/src/clean-package.ts",
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",

@@ -41,14 +41,14 @@ "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",

"dependencies": {
"@thi.ng/api": "^8.11.0",
"@thi.ng/arrays": "^2.9.4",
"@thi.ng/checks": "^3.6.2",
"@thi.ng/distance": "^2.4.70",
"@thi.ng/equiv": "^2.1.56",
"@thi.ng/errors": "^2.5.5",
"@thi.ng/geom-api": "^4.0.7",
"@thi.ng/geom-isec": "^3.0.7",
"@thi.ng/heaps": "^2.1.72",
"@thi.ng/math": "^5.10.11",
"@thi.ng/transducers": "^9.0.2",
"@thi.ng/vectors": "^7.10.28"
"@thi.ng/api": "^8.11.1",
"@thi.ng/arrays": "^2.9.5",
"@thi.ng/checks": "^3.6.3",
"@thi.ng/distance": "^2.4.71",
"@thi.ng/equiv": "^2.1.57",
"@thi.ng/errors": "^2.5.6",
"@thi.ng/geom-api": "^4.0.8",
"@thi.ng/geom-isec": "^3.0.8",
"@thi.ng/heaps": "^2.1.73",
"@thi.ng/math": "^5.10.12",
"@thi.ng/transducers": "^9.0.3",
"@thi.ng/vectors": "^7.10.29"
},

@@ -58,3 +58,2 @@ "devDependencies": {

"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",

@@ -125,3 +124,3 @@ "typescript": "^5.4.3"

},
"gitHead": "4e2bf6b12e35192e678b525fa699429370e357d3\n"
"gitHead": "5dd66c18a3862a3af69a5b2f49563f7cbdd960c2\n"
}
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