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.15 to 4.0.16

8

package.json
{
"name": "@thi.ng/geom-isec",
"version": "4.0.15",
"version": "4.0.16",
"description": "2D/3D shape intersection checks",

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

"@thi.ng/api": "^8.11.11",
"@thi.ng/geom-closest-point": "^2.1.143",
"@thi.ng/geom-closest-point": "^2.1.144",
"@thi.ng/math": "^5.11.11",
"@thi.ng/vectors": "^7.12.3"
"@thi.ng/vectors": "^7.12.4"
},

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

},
"gitHead": "11ae480076e61a2263f5730ffb37dfddbf01c7d1\n"
"gitHead": "241df2019d93359c34da1a11a94e416b6ea73f32\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

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