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

@turf/voronoi

Package Overview
Dependencies
Maintainers
6
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/voronoi - npm Package Compare versions

Comparing version 6.4.0 to 6.5.0

10

dist/es/index.js

@@ -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"
}
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