Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@turf/collect

Package Overview
Dependencies
Maintainers
6
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/collect - npm Package Compare versions

Comparing version 6.3.0 to 6.4.0

3

dist/es/index.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc