turf-concave
Advanced tools
+1
-1
| { | ||
| "name": "turf-concave", | ||
| "version": "0.0.0", | ||
| "version": "0.0.1", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+17
-0
@@ -0,1 +1,18 @@ | ||
| turf-convex | ||
| =============== | ||
| [](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) | ||
| ``` |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
11971
2.53%18
800%1
Infinity%