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

@thi.ng/geom-resample

Package Overview
Dependencies
Maintainers
1
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.3.42 to 2.3.43

4

axis.js

@@ -6,3 +6,3 @@ import { intersectRayPolyline } from "@thi.ng/geom-isec/ray-poly";

res.push(
intersectRayPolyline([x, startY], [0, 1], pts, false).isec
intersectRayPolyline([x, startY], [0, 1], pts, false).isec[0]
);

@@ -16,3 +16,3 @@ }

res.push(
intersectRayPolyline([startX, y], [1, 0], pts, false).isec
intersectRayPolyline([startX, y], [1, 0], pts, false).isec[0]
);

@@ -19,0 +19,0 @@ }

# 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,8 @@

### [2.3.43](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-resample@2.3.43) (2024-03-21)
#### ♻️ Refactoring
- minor internal updates ([843788f](https://github.com/thi-ng/umbrella/commit/843788f))
### [2.3.8](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-resample@2.3.8) (2023-11-09)

@@ -14,0 +20,0 @@

{
"name": "@thi.ng/geom-resample",
"version": "2.3.42",
"version": "2.3.43",
"description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation",

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

"@thi.ng/checks": "^3.5.4",
"@thi.ng/geom-api": "^3.4.78",
"@thi.ng/geom-closest-point": "^2.1.116",
"@thi.ng/geom-isec": "^2.1.120",
"@thi.ng/geom-api": "^4.0.0",
"@thi.ng/geom-closest-point": "^2.1.117",
"@thi.ng/geom-isec": "^3.0.0",
"@thi.ng/math": "^5.10.7",
"@thi.ng/vectors": "^7.10.20"
"@thi.ng/vectors": "^7.10.21"
},

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

},
"gitHead": "4b3d4ab6ce373ca817ad780f679572169a9ed733\n"
"gitHead": "da965520b2f3f8c259a791e8e8864308be2ba0be\n"
}

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

Package sizes (brotli'd, pre-treeshake): ESM: 1.47 KB
Package sizes (brotli'd, pre-treeshake): ESM: 1.48 KB

@@ -66,0 +66,0 @@ ## Dependencies

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