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.23.0 to 0.23.1

7

lib/ClipPolygon.js

@@ -81,3 +81,8 @@ "use strict";

class RightClippingEdge extends ClippingEdge {
/** @override */
/**
* @override
*
* See: HARP-14633, this should potentially be changed to < as it was previously.
* However further investigation is needed to confirm this.
*/
inside(point, extent) {

@@ -84,0 +89,0 @@ return point.x <= extent;

4

package.json
{
"name": "@here/harp-geometry",
"version": "0.23.0",
"version": "0.23.1",
"description": "Algorithms and data structures for processing geometries",

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

},
"gitHead": "b7bbdffe2ed01660e9234f02752486036d182ad9"
"gitHead": "c13c731f54ae81208ad15537fb76a056ac1ccbe3"
}
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