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

@turf/combine

Package Overview
Dependencies
Maintainers
4
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 4.5.2 to 4.6.0

24

index.js

@@ -11,22 +11,6 @@ var meta = require('@turf/meta');

* @example
* var fc = {
* "type": "FeatureCollection",
* "features": [
* {
* "type": "Feature",
* "properties": {},
* "geometry": {
* "type": "Point",
* "coordinates": [19.026432, 47.49134]
* }
* }, {
* "type": "Feature",
* "properties": {},
* "geometry": {
* "type": "Point",
* "coordinates": [19.074497, 47.509548]
* }
* }
* ]
* };
* var fc = turf.featureCollection([
* turf.point([19.026432, 47.49134]),
* turf.point([19.074497, 47.509548])
* ]);
*

@@ -33,0 +17,0 @@ * var combined = turf.combine(fc);

6

package.json
{
"name": "@turf/combine",
"version": "4.5.2",
"version": "4.6.0",
"description": "turf combine module",

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

"devDependencies": {
"@turf/helpers": "^4.5.2",
"@turf/helpers": "^4.6.0",
"benchmark": "^2.1.4",

@@ -39,4 +39,4 @@ "tape": "^4.6.3"

"dependencies": {
"@turf/meta": "^4.5.2"
"@turf/meta": "^4.6.0"
}
}

@@ -15,22 +15,6 @@ # @turf/combine

```javascript
var fc = {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [19.026432, 47.49134]
}
}, {
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [19.074497, 47.509548]
}
}
]
};
var fc = turf.featureCollection([
turf.point([19.026432, 47.49134]),
turf.point([19.074497, 47.509548])
]);

@@ -37,0 +21,0 @@ var combined = turf.combine(fc);

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