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

@thi.ng/geom-api

Package Overview
Dependencies
Maintainers
1
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/geom-api - npm Package Compare versions

Comparing version 4.0.6 to 4.0.7

6

accel.d.ts

@@ -1,2 +0,2 @@

import type { IClear, ICopy, IEmpty, Pair } from "@thi.ng/api";
import type { IClear, ICopy, IEmpty, Maybe, Pair } from "@thi.ng/api";
export interface ISpatialMap<K, V> extends Iterable<Pair<K, V>>, IClear, ICopy<ISpatialMap<K, V>>, IEmpty<ISpatialMap<K, V>> {

@@ -10,3 +10,3 @@ readonly size: number;

has(key: K, eps?: number): boolean;
get(key: K, eps?: number): V | undefined;
get(key: K, eps?: number): Maybe<V>;
}

@@ -21,3 +21,3 @@ export interface ISpatialSet<K> extends Iterable<K>, IClear, ICopy<ISpatialSet<K>>, IEmpty<ISpatialSet<K>> {

has(key: K, eps?: number): boolean;
get(key: K, eps?: number): K | undefined;
get(key: K, eps?: number): Maybe<K>;
}

@@ -24,0 +24,0 @@ export interface IRegionQuery<K, V, R> {

# Change Log
- **Last updated**: 2024-04-11T12:32:44Z
- **Last updated**: 2024-04-20T14:42:45Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -12,2 +12,8 @@

### [4.0.7](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-api@4.0.7) (2024-04-20)
#### ♻️ Refactoring
- update type usage ([e00c3a7](https://github.com/thi-ng/umbrella/commit/e00c3a7))
# [4.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-api@4.0.0) (2024-03-21)

@@ -14,0 +20,0 @@

{
"name": "@thi.ng/geom-api",
"version": "4.0.6",
"version": "4.0.7",
"description": "Shared type & interface declarations for @thi.ng/geom packages",

@@ -39,4 +39,4 @@ "type": "module",

"dependencies": {
"@thi.ng/api": "^8.10.1",
"@thi.ng/vectors": "^7.10.27"
"@thi.ng/api": "^8.11.0",
"@thi.ng/vectors": "^7.10.28"
},

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

},
"gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n"
"gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n"
}

@@ -50,6 +50,6 @@ <!-- This file is generated - DO NOT EDIT! -->

```html
<script type="module" src="https://cdn.skypack.dev/@thi.ng/geom-api"></script>
<script type="module" src="https://esm.run/@thi.ng/geom-api"></script>
```
[Skypack documentation](https://docs.skypack.dev/)
[JSDelivr documentation](https://www.jsdelivr.com/)

@@ -56,0 +56,0 @@ For Node.js REPL:

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