@turf/collect
Advanced tools
Comparing version 6.3.0 to 6.4.0
@@ -37,2 +37,3 @@ import turfbbox from "@turf/bbox"; | ||
var treeItems = points.features.map(function (item) { | ||
var _a; | ||
return { | ||
@@ -43,3 +44,3 @@ minX: item.geometry.coordinates[0], | ||
maxY: item.geometry.coordinates[1], | ||
property: item.properties[inProperty], | ||
property: (_a = item.properties) === null || _a === void 0 ? void 0 : _a[inProperty], | ||
}; | ||
@@ -46,0 +47,0 @@ }); |
@@ -42,2 +42,3 @@ "use strict"; | ||
var treeItems = points.features.map(function (item) { | ||
var _a; | ||
return { | ||
@@ -48,3 +49,3 @@ minX: item.geometry.coordinates[0], | ||
maxY: item.geometry.coordinates[1], | ||
property: item.properties[inProperty], | ||
property: (_a = item.properties) === null || _a === void 0 ? void 0 : _a[inProperty], | ||
}; | ||
@@ -51,0 +52,0 @@ }); |
{ | ||
"name": "@turf/collect", | ||
"version": "6.3.0", | ||
"version": "6.4.0", | ||
"description": "turf collect module", | ||
@@ -53,2 +53,3 @@ "author": "Turf Authors", | ||
"devDependencies": { | ||
"@types/rbush": "^2.0.3", | ||
"@types/tape": "*", | ||
@@ -63,8 +64,8 @@ "benchmark": "*", | ||
"dependencies": { | ||
"@turf/bbox": "^6.3.0", | ||
"@turf/boolean-point-in-polygon": "^6.3.0", | ||
"@turf/helpers": "^6.3.0", | ||
"@turf/bbox": "^6.4.0", | ||
"@turf/boolean-point-in-polygon": "^6.4.0", | ||
"@turf/helpers": "^6.4.0", | ||
"rbush": "2.x" | ||
}, | ||
"gitHead": "57c8877e1e2d67effc2cdd23385c02b2a6615a49" | ||
"gitHead": "1e62773cfc88c627cca8effcb5c14cfb65a905ac" | ||
} |
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
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
12838
174
8
1
Updated@turf/bbox@^6.4.0
Updated@turf/helpers@^6.4.0