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

@thi.ng/geom-hull

Package Overview
Dependencies
Maintainers
1
Versions
266
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.1.126 to 2.1.127

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-04-23T07:02:18Z
- **Last updated**: 2024-05-08T18:24:32Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

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

@@ -5,4 +5,3 @@ import { EPS } from "@thi.ng/math/api";

const num = pts.length;
if (num <= 3)
return pts.slice();
if (num <= 3) return pts.slice();
let h = 1;

@@ -9,0 +8,0 @@ let i;

{
"name": "@thi.ng/geom-hull",
"version": "2.1.126",
"version": "2.1.127",
"description": "Fast 2D convex hull (Graham Scan)",

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

"dependencies": {
"@thi.ng/math": "^5.10.12",
"@thi.ng/vectors": "^7.10.30"
"@thi.ng/math": "^5.10.13",
"@thi.ng/vectors": "^7.10.31"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
"@microsoft/api-extractor": "^7.43.2",
"esbuild": "^0.21.1",
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
},

@@ -81,3 +81,3 @@ "keywords": [

},
"gitHead": "aed3421c21044c005fbcb7cc37965ccf85a870d2\n"
"gitHead": "df34b4a9e650cc7323575356de207d78933bdcf3\n"
}
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