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

@turf/collect

Package Overview
Dependencies
Maintainers
2
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 3.0.15 to 3.0.16

12

package.json
{
"name": "@turf/collect",
"version": "3.0.15",
"version": "3.0.16",
"description": "turf aggregate module",

@@ -11,3 +11,3 @@ "main": "index.js",

"type": "git",
"url": "https://github.com/Turfjs/turf-aggregate.git"
"url": "git://github.com/Turfjs/turf.git"
},

@@ -25,13 +25,13 @@ "keywords": [

"bugs": {
"url": "https://github.com/Turfjs/turf-aggregate/issues"
"url": "https://github.com/Turfjs/turf/issues"
},
"homepage": "https://github.com/Turfjs/turf-aggregate",
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"benchmark": "^1.0.0",
"tape": "^3.5.0",
"@turf/helpers": "^3.0.15"
"@turf/helpers": "^3.0.16"
},
"dependencies": {
"@turf/inside": "^3.0.15"
"@turf/inside": "^3.0.16"
}
}

@@ -1,2 +0,2 @@

# turf-collect
# @turf/collect

@@ -13,4 +13,4 @@ # collect

- `polygons` **FeatureCollection<Polygon>** polygons with values on which to aggregate
- `points` **FeatureCollection<Point>** points to be aggregated
- `polygons` **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<[Polygon](http://geojson.org/geojson-spec.html#polygon)>** polygons with values on which to aggregate
- `points` **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<[Point](http://geojson.org/geojson-spec.html#point)>** points to be aggregated
- `inProperty` **[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)** property to be nested from

@@ -36,3 +36,3 @@ - `outProperty` **[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)** property to be nested into

Returns **FeatureCollection<Polygon>** polygons with properties listed based on `outField`
Returns **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<[Polygon](http://geojson.org/geojson-spec.html#polygon)>** polygons with properties listed based on `outField`

@@ -51,3 +51,3 @@ ---

```sh
$ npm install turf-collect
$ npm install @turf/collect
```

@@ -58,3 +58,3 @@

```sh
$ npm install turf
$ npm install @turf/turf
```
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