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

turf-concave

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

turf-concave - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

2

package.json
{
"name": "turf-concave",
"version": "0.0.0",
"version": "0.0.1",
"description": "",

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

@@ -0,1 +1,18 @@

turf-convex
===============
[![build status](https://secure.travis-ci.org/Turfjs/turf-concave.png)](http://travis-ci.org/Turfjs/turf-concave)
Takes a set of points and returns a concave hull polygon.
```js
var concave = require('turf-concave')
var fs = require('fs')
var maxEdge = 2.5
var pts = JSON.parse(fs.readFileSync('/path/to/pts.geojson'))
var hull = concave(pts, maxEdge)
console.log(hull)
```
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