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

@thi.ng/geom-isec

Package Overview
Dependencies
Maintainers
0
Versions
277
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
4.0.33

2

CHANGELOG.md
# Change Log
- **Last updated**: 2025-02-13T16:03:11Z
- **Last updated**: 2025-02-19T20:59:58Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

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

{
"name": "@thi.ng/geom-isec",
"version": "4.0.32",
"version": "4.0.33",
"description": "2D/3D shape intersection checks",

@@ -42,6 +42,6 @@ "type": "module",

"dependencies": {
"@thi.ng/api": "^8.11.20",
"@thi.ng/geom-closest-point": "^2.1.160",
"@thi.ng/math": "^5.11.20",
"@thi.ng/vectors": "^7.12.20"
"@thi.ng/api": "^8.11.21",
"@thi.ng/geom-closest-point": "^2.1.161",
"@thi.ng/math": "^5.11.21",
"@thi.ng/vectors": "^7.12.21"
},

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

},
"gitHead": "9a0b33253fef092aaf301decf6ecd54317874d4c\n"
"gitHead": "bee617702ac61d093465b967f8f973dc566faa6b\n"
}

@@ -155,3 +155,3 @@ import type { Fn3, FnN7, FnU4, FnU5 } from "@thi.ng/api";

*/
export declare const classifyPointPolygon: (p: ReadonlyVec, pts: ReadonlyVec[], eps?: number) => 1 | 0 | -1;
export declare const classifyPointPolygon: (p: ReadonlyVec, pts: ReadonlyVec[], eps?: number) => 0 | 1 | -1;
/**

@@ -158,0 +158,0 @@ * Helper function for {@link pointInPolygon2} to check point against a single

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

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

@@ -13,0 +13,0 @@ > and anti-framework.