New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@turf/convex

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/convex - npm Package Compare versions

Comparing version 3.0.16 to 3.0.17

4

index.js

@@ -80,3 +80,5 @@ var each = require('turf-meta').coordEach,

var hull = convexHull(points);
if (hull.length > 0) {
// Hull should have at least 3 different vertices in order to create a valid polygon
if (hull.length >= 3) {
var ring = [];

@@ -83,0 +85,0 @@ for (var i = 0; i < hull.length; i++) {

{
"name": "@turf/convex",
"version": "3.0.16",
"version": "3.0.17",
"description": "",

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

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