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

@turf/convex

Package Overview
Dependencies
Maintainers
4
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 5.1.0 to 5.1.1

2

index.js

@@ -1,2 +0,2 @@

var concaveman = require('concaveman');
import concaveman from 'concaveman';
import { coordEach } from '@turf/meta';

@@ -3,0 +3,0 @@ import { polygon, isObject } from '@turf/helpers';

'use strict';
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
var concaveman = _interopDefault(require('concaveman'));
var meta = require('@turf/meta');
var helpers = require('@turf/helpers');
var concaveman = require('concaveman');
/**

@@ -8,0 +10,0 @@ * Takes a {@link Feature} or a {@link FeatureCollection} and returns a convex hull {@link Polygon}.

{
"name": "@turf/convex",
"version": "5.1.0",
"version": "5.1.1",
"description": "turf convex module",

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

Sorry, the diff of this file is not supported yet

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