@turf/boolean-crosses
Advanced tools
Comparing version 7.0.0 to 7.1.0-alpha.7
@@ -1,4 +0,1 @@ | ||
var __defProp = Object.defineProperty; | ||
var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); | ||
// index.ts | ||
@@ -49,3 +46,2 @@ import { lineIntersect } from "@turf/line-intersect"; | ||
} | ||
__name(booleanCrosses, "booleanCrosses"); | ||
function doMultiPointAndLineStringCross(multiPoint, lineString) { | ||
@@ -77,3 +73,2 @@ var foundIntPoint = false; | ||
} | ||
__name(doMultiPointAndLineStringCross, "doMultiPointAndLineStringCross"); | ||
function doLineStringsCross(lineString1, lineString2) { | ||
@@ -101,3 +96,2 @@ var doLinesIntersect = lineIntersect(lineString1, lineString2); | ||
} | ||
__name(doLineStringsCross, "doLineStringsCross"); | ||
function doLineStringAndPolygonCross(lineString, polygon) { | ||
@@ -111,3 +105,2 @@ const line = polygonToLine(polygon); | ||
} | ||
__name(doLineStringAndPolygonCross, "doLineStringAndPolygonCross"); | ||
function doesMultiPointCrossPoly(multiPoint, polygon) { | ||
@@ -126,3 +119,2 @@ var foundIntPoint = false; | ||
} | ||
__name(doesMultiPointCrossPoly, "doesMultiPointCrossPoly"); | ||
function isPointOnLineSegment(lineSegmentStart, lineSegmentEnd, pt, incEnd) { | ||
@@ -149,3 +141,2 @@ var dxc = pt[0] - lineSegmentStart[0]; | ||
} | ||
__name(isPointOnLineSegment, "isPointOnLineSegment"); | ||
var turf_boolean_crosses_default = booleanCrosses; | ||
@@ -152,0 +143,0 @@ export { |
{ | ||
"name": "@turf/boolean-crosses", | ||
"version": "7.0.0", | ||
"version": "7.1.0-alpha.7+0ce6ecca0", | ||
"description": "turf boolean-crosses module", | ||
@@ -71,10 +71,10 @@ "author": "Turf Authors", | ||
"dependencies": { | ||
"@turf/boolean-point-in-polygon": "^7.0.0", | ||
"@turf/helpers": "^7.0.0", | ||
"@turf/invariant": "^7.0.0", | ||
"@turf/line-intersect": "^7.0.0", | ||
"@turf/polygon-to-line": "^7.0.0", | ||
"@turf/boolean-point-in-polygon": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/helpers": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/invariant": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/line-intersect": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/polygon-to-line": "^7.1.0-alpha.7+0ce6ecca0", | ||
"tslib": "^2.6.2" | ||
}, | ||
"gitHead": "3d3a7917025fbabe191dbddbc89754b86f9c7739" | ||
"gitHead": "0ce6ecca05829690270fec6d6bed2003495fe0ea" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38386
299
1
1