Socket
Socket
Sign inDemoInstall

@here/harp-geometry

Package Overview
Dependencies
3
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.24.0 to 0.25.0

4

lib/ClipPolygon.d.ts

@@ -43,2 +43,4 @@ import { Vector2 } from "three";

* @param extent The extent of the bounding box.
*
* @return The clipped polygon.
*/

@@ -48,3 +50,3 @@ clipPolygon(polygon: Vector2[], extent: number): Vector2[];

/**
* Clip the given polygon using the Sutherland-Hodgman algorithm.
* Clip the given polygon against a rectangle using the Sutherland-Hodgman algorithm.
*

@@ -51,0 +53,0 @@ * @remarks

@@ -25,2 +25,4 @@ "use strict";

* @param extent The extent of the bounding box.
*
* @return The clipped polygon.
*/

@@ -159,3 +161,3 @@ clipPolygon(polygon, extent) {

/**
* Clip the given polygon using the Sutherland-Hodgman algorithm.
* Clip the given polygon against a rectangle using the Sutherland-Hodgman algorithm.
*

@@ -162,0 +164,0 @@ * @remarks

{
"name": "@here/harp-geometry",
"version": "0.24.0",
"version": "0.25.0",
"description": "Algorithms and data structures for processing geometries",

@@ -31,3 +31,3 @@ "main": "index.js",

"@types/sinon": "^9.0.10",
"@types/three": "^0.126.0",
"@types/three": "^0.127.0",
"chai": "^4.0.2",

@@ -39,11 +39,11 @@ "cross-env": "^7.0.2",

"source-map-support": "^0.5.19",
"three": "^0.126.0",
"three": "^0.127.0",
"typescript": "^4.1.2"
},
"peerDependencies": {
"three": "^0.126.0"
"three": "^0.127.0"
},
"dependencies": {
"@here/harp-geoutils": "^0.24.0",
"@here/harp-utils": "^0.24.0"
"@here/harp-geoutils": "^0.25.0",
"@here/harp-utils": "^0.25.0"
},

@@ -53,3 +53,3 @@ "publishConfig": {

},
"gitHead": "74bf1b008abf47d331ed0cdb968911967a1b514d"
"gitHead": "51adfc43303e44617a6ff2a5f5daf9d004cd037e"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc