@turf/voronoi
Advanced tools
Comparing version 6.4.0 to 6.5.0
@@ -1,4 +0,4 @@ | ||
import { polygon, featureCollection, isObject } from '@turf/helpers'; | ||
import { isObject, featureCollection, polygon } from '@turf/helpers'; | ||
import { collectionOf } from '@turf/invariant'; | ||
import { voronoi } from 'd3-voronoi'; | ||
import { voronoi as voronoi$1 } from 'd3-voronoi'; | ||
@@ -37,3 +37,3 @@ /** | ||
*/ | ||
function voronoi$1(points, options) { | ||
function voronoi(points, options) { | ||
// Optional params | ||
@@ -51,3 +51,3 @@ options = options || {}; | ||
return featureCollection( | ||
voronoi() | ||
voronoi$1() | ||
.x(function (feature) { | ||
@@ -68,2 +68,2 @@ return feature.geometry.coordinates[0]; | ||
export default voronoi$1; | ||
export default voronoi; |
@@ -69,1 +69,2 @@ 'use strict'; | ||
module.exports = voronoi; | ||
module.exports.default = voronoi; |
{ | ||
"name": "@turf/voronoi", | ||
"version": "6.4.0", | ||
"version": "6.5.0", | ||
"description": "turf voronoi module", | ||
@@ -21,2 +21,3 @@ "author": "Turf Authors", | ||
}, | ||
"funding": "https://opencollective.com/turf", | ||
"publishConfig": { | ||
@@ -64,7 +65,7 @@ "access": "public" | ||
"dependencies": { | ||
"@turf/helpers": "^6.4.0", | ||
"@turf/invariant": "^6.4.0", | ||
"@turf/helpers": "^6.5.0", | ||
"@turf/invariant": "^6.5.0", | ||
"d3-voronoi": "1.1.2" | ||
}, | ||
"gitHead": "1e62773cfc88c627cca8effcb5c14cfb65a905ac" | ||
"gitHead": "5375941072b90d489389db22b43bfe809d5e451e" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
8998
132
0
Updated@turf/helpers@^6.5.0
Updated@turf/invariant@^6.5.0