@turf/boolean-disjoint
Advanced tools
Comparing version 5.1.0 to 5.1.5
@@ -28,3 +28,3 @@ 'use strict'; | ||
meta.flattenEach(feature2, function (flatten2) { | ||
if (boolean === false) { return false; } | ||
if (boolean === false) return false; | ||
boolean = disjoint(flatten1.geometry, flatten2.geometry); | ||
@@ -31,0 +31,0 @@ }); |
{ | ||
"name": "@turf/boolean-disjoint", | ||
"version": "5.1.0", | ||
"version": "5.1.5", | ||
"description": "turf boolean-disjoint module", | ||
"main": "main.js", | ||
"module": "main.mjs", | ||
"module": "main.es.js", | ||
"types": "index.d.ts", | ||
@@ -12,3 +12,3 @@ "files": [ | ||
"main.js", | ||
"main.mjs" | ||
"main.es.js" | ||
], | ||
@@ -18,2 +18,3 @@ "scripts": { | ||
"test": "node -r @std/esm test.js", | ||
"posttest": "node -r @std/esm ../../scripts/validate-es5-dependencies.js", | ||
"bench": "node -r @std/esm bench.js", | ||
@@ -48,11 +49,10 @@ "docs": "node ../../scripts/generate-readmes" | ||
"rollup": "*", | ||
"rollup-plugin-buble": "*", | ||
"tape": "*" | ||
}, | ||
"dependencies": { | ||
"@turf/boolean-point-in-polygon": "^5.1.0", | ||
"@turf/helpers": "^5.1.0", | ||
"@turf/line-intersect": "^5.1.0", | ||
"@turf/meta": "^5.1.0", | ||
"@turf/polygon-to-line": "^5.1.0" | ||
"@turf/boolean-point-in-polygon": "^5.1.5", | ||
"@turf/helpers": "^5.1.5", | ||
"@turf/line-intersect": "^5.1.5", | ||
"@turf/meta": "^5.1.5", | ||
"@turf/polygon-to-line": "^5.1.5" | ||
}, | ||
@@ -59,0 +59,0 @@ "@std/esm": { |
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
19233
6
Updated@turf/helpers@^5.1.5
Updated@turf/line-intersect@^5.1.5
Updated@turf/meta@^5.1.5
Updated@turf/polygon-to-line@^5.1.5