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

@turf/combine

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/combine - npm Package Compare versions

Comparing version 3.0.15 to 3.0.16

12

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

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

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

@@ -22,3 +22,3 @@ "keywords": [

"dependencies": {
"@turf/meta": "^3.0.15"
"@turf/meta": "^3.0.16"
},

@@ -28,10 +28,10 @@ "author": "morganherlocker",

"bugs": {
"url": "https://github.com/Turfjs/turf-combine/issues"
"url": "https://github.com/Turfjs/turf/issues"
},
"homepage": "https://github.com/Turfjs/turf-combine",
"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"
}
}

@@ -1,13 +0,13 @@

# turf-combine
# @turf/combine
# combine
Combines a [FeatureCollection](FeatureCollection) of [Point](Point),
[LineString](LineString), or [Polygon](Polygon) features
into [MultiPoint](MultiPoint), [MultiLineString](MultiLineString), or
[MultiPolygon](MultiPolygon) features.
Combines a [FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects) of [Point](http://geojson.org/geojson-spec.html#point),
[LineString](http://geojson.org/geojson-spec.html#linestring), or [Polygon](http://geojson.org/geojson-spec.html#polygon) features
into [MultiPoint](http://geojson.org/geojson-spec.html#multipoint), [MultiLineString](http://geojson.org/geojson-spec.html#multilinestring), or
[MultiPolygon](http://geojson.org/geojson-spec.html#multipolygon) features.
**Parameters**
- `fc` **FeatureCollection<(Point | LineString | Polygon)>** a FeatureCollection of any type
- `fc` **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<([Point](http://geojson.org/geojson-spec.html#point) \| [LineString](http://geojson.org/geojson-spec.html#linestring) \| [Polygon](http://geojson.org/geojson-spec.html#polygon))>** a FeatureCollection of any type

@@ -43,3 +43,3 @@ **Examples**

Returns **FeatureCollection<(MultiPoint | MultiLineString | MultiPolygon)>** a FeatureCollection of corresponding type to input
Returns **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<([MultiPoint](http://geojson.org/geojson-spec.html#multipoint) \| [MultiLineString](http://geojson.org/geojson-spec.html#multilinestring) \| [MultiPolygon](http://geojson.org/geojson-spec.html#multipolygon))>** a FeatureCollection of corresponding type to input

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

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

@@ -65,3 +65,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