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

@turf/union

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/union - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

9

index.js

@@ -42,12 +42,7 @@ var jsts = require('jsts');

* };
* var polygons = {
* "type": "FeatureCollection",
* "features": [poly1, poly2]
* };
*
* var union = turf.union(poly1, poly2);
*
* //=polygons
*
* //=union
* //addToMap
* var addToMap = [poly1, poly2, union];
*/

@@ -54,0 +49,0 @@ module.exports = function () {

{
"name": "@turf/union",
"version": "4.1.0",
"version": "4.2.0",
"description": "turf union module",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -46,12 +46,7 @@ # @turf/union

};
var polygons = {
"type": "FeatureCollection",
"features": [poly1, poly2]
};
var union = turf.union(poly1, poly2);
//=polygons
//=union
//addToMap
var addToMap = [poly1, poly2, union];
```

@@ -58,0 +53,0 @@

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