Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/geom-isec

Package Overview
Dependencies
Maintainers
0
Versions
263
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 4.0.24 to 4.0.25

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-12-27T14:11:37Z
- **Last updated**: 2025-01-04T21:07:38Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

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

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

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

"dependencies": {
"@thi.ng/api": "^8.11.15",
"@thi.ng/geom-closest-point": "^2.1.152",
"@thi.ng/math": "^5.11.15",
"@thi.ng/vectors": "^7.12.12"
"@thi.ng/api": "^8.11.16",
"@thi.ng/geom-closest-point": "^2.1.153",
"@thi.ng/math": "^5.11.16",
"@thi.ng/vectors": "^7.12.13"
},

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

},
"gitHead": "48bf4c22bf23f88ac99f435106af2214f79a0be1\n"
"gitHead": "56c1d57a96565bbcc8c06c73779a619bba0db368\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

@@ -126,2 +126,2 @@ <!-- This file is generated - DO NOT EDIT! -->

&copy; 2013 - 2024 Karsten Schmidt // Apache License 2.0
&copy; 2013 - 2025 Karsten Schmidt // Apache License 2.0
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