@turf/boolean-overlap
Advanced tools
Comparing version 6.4.0 to 6.5.0
@@ -11,2 +11,4 @@ import { segmentEach } from "@turf/meta"; | ||
* | ||
* In other words, it returns true if the two geometries overlap, provided that neither completely contains the other. | ||
* | ||
* @name booleanOverlap | ||
@@ -13,0 +15,0 @@ * @param {Geometry|Feature<LineString|MultiLineString|Polygon|MultiPolygon>} feature1 input |
@@ -7,2 +7,4 @@ import { Feature, Geometry } from "@turf/helpers"; | ||
* | ||
* In other words, it returns true if the two geometries overlap, provided that neither completely contains the other. | ||
* | ||
* @name booleanOverlap | ||
@@ -9,0 +11,0 @@ * @param {Geometry|Feature<LineString|MultiLineString|Polygon|MultiPolygon>} feature1 input |
@@ -16,2 +16,4 @@ "use strict"; | ||
* | ||
* In other words, it returns true if the two geometries overlap, provided that neither completely contains the other. | ||
* | ||
* @name booleanOverlap | ||
@@ -18,0 +20,0 @@ * @param {Geometry|Feature<LineString|MultiLineString|Polygon|MultiPolygon>} feature1 input |
{ | ||
"name": "@turf/boolean-overlap", | ||
"version": "6.4.0", | ||
"version": "6.5.0", | ||
"description": "turf boolean-overlap module", | ||
@@ -19,2 +19,3 @@ "author": "Turf Authors", | ||
}, | ||
"funding": "https://opencollective.com/turf", | ||
"publishConfig": { | ||
@@ -55,2 +56,3 @@ "access": "public" | ||
"devDependencies": { | ||
"@types/geojson-equality": "^0.2.0", | ||
"@types/tape": "*", | ||
@@ -68,10 +70,10 @@ "benchmark": "*", | ||
"dependencies": { | ||
"@turf/helpers": "^6.4.0", | ||
"@turf/invariant": "^6.4.0", | ||
"@turf/line-intersect": "^6.4.0", | ||
"@turf/line-overlap": "^6.4.0", | ||
"@turf/meta": "^6.4.0", | ||
"@turf/helpers": "^6.5.0", | ||
"@turf/invariant": "^6.5.0", | ||
"@turf/line-intersect": "^6.5.0", | ||
"@turf/line-overlap": "^6.5.0", | ||
"@turf/meta": "^6.5.0", | ||
"geojson-equality": "0.1.6" | ||
}, | ||
"gitHead": "1e62773cfc88c627cca8effcb5c14cfb65a905ac" | ||
"gitHead": "5375941072b90d489389db22b43bfe809d5e451e" | ||
} |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
13337
189
0
11
Updated@turf/helpers@^6.5.0
Updated@turf/invariant@^6.5.0
Updated@turf/line-intersect@^6.5.0
Updated@turf/line-overlap@^6.5.0
Updated@turf/meta@^6.5.0