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

@turf/union

Package Overview
Dependencies
Maintainers
6
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 6.3.0 to 6.4.0

2

dist/es/index.js

@@ -12,3 +12,3 @@ import polygonClipping from "polygon-clipping";

* @param {Object} [options.properties={}] Translate Properties to output Feature
* @returns {Feature<(Polygon|MultiPolygon)>} a combined {@link Polygon} or {@link MultiPolygon} feature
* @returns {Feature<(Polygon|MultiPolygon)>} a combined {@link Polygon} or {@link MultiPolygon} feature, or null if the inputs are empty
* @example

@@ -15,0 +15,0 @@ * var poly1 = turf.polygon([[

@@ -10,3 +10,3 @@ import { Feature, Polygon, MultiPolygon, Properties } from "@turf/helpers";

* @param {Object} [options.properties={}] Translate Properties to output Feature
* @returns {Feature<(Polygon|MultiPolygon)>} a combined {@link Polygon} or {@link MultiPolygon} feature
* @returns {Feature<(Polygon|MultiPolygon)>} a combined {@link Polygon} or {@link MultiPolygon} feature, or null if the inputs are empty
* @example

@@ -35,3 +35,3 @@ * var poly1 = turf.polygon([[

properties?: P;
}): Feature<Polygon | MultiPolygon, P>;
}): Feature<Polygon | MultiPolygon, P> | null;
export default union;

@@ -17,3 +17,3 @@ "use strict";

* @param {Object} [options.properties={}] Translate Properties to output Feature
* @returns {Feature<(Polygon|MultiPolygon)>} a combined {@link Polygon} or {@link MultiPolygon} feature
* @returns {Feature<(Polygon|MultiPolygon)>} a combined {@link Polygon} or {@link MultiPolygon} feature, or null if the inputs are empty
* @example

@@ -20,0 +20,0 @@ * var poly1 = turf.polygon([[

{
"name": "@turf/union",
"version": "6.3.0",
"version": "6.4.0",
"description": "turf union module",

@@ -47,3 +47,3 @@ "author": "Turf Authors",

"devDependencies": {
"@turf/combine": "^6.3.0",
"@turf/combine": "^6.4.0",
"@types/tape": "*",

@@ -61,7 +61,7 @@ "benchmark": "*",

"dependencies": {
"@turf/helpers": "^6.3.0",
"@turf/invariant": "^6.3.0",
"@turf/helpers": "^6.4.0",
"@turf/invariant": "^6.4.0",
"polygon-clipping": "^0.15.2"
},
"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