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 3.4.78 to 4.0.0

9

CHANGELOG.md
# Change Log
- **Last updated**: 2024-03-13T14:04:31Z
- **Last updated**: 2024-03-21T16:11:49Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -12,2 +12,9 @@

# [4.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-api@4.0.0) (2024-03-21)
#### 🛑 Breaking changes
- update IntersectionResult.isec type ([36f69ba](https://github.com/thi-ng/umbrella/commit/36f69ba))
- BREAKING CHANGE: `IntersectionResult.isec` now always an array of points (if there're intersections)
### [3.4.44](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-api@3.4.44) (2023-11-09)

@@ -14,0 +21,0 @@

5

isec.d.ts

@@ -12,3 +12,6 @@ import type { Vec } from "@thi.ng/vectors";

type: IntersectionType;
isec?: Vec | Vec[];
/**
* If present, one or more intersection points.
*/
isec?: Vec[];
det?: number;

@@ -15,0 +18,0 @@ alpha?: number;

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

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

"@thi.ng/api": "^8.9.30",
"@thi.ng/vectors": "^7.10.20"
"@thi.ng/vectors": "^7.10.21"
},

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

},
"gitHead": "4b3d4ab6ce373ca817ad780f679572169a9ed733\n"
"gitHead": "da965520b2f3f8c259a791e8e8864308be2ba0be\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