turf-convex
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "turf-convex", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "", | ||
@@ -27,10 +27,10 @@ "main": "index.js", | ||
"devDependencies": { | ||
"glob": "~4.0.0", | ||
"tape": "~2.13.1" | ||
"glob": "~4.0.3", | ||
"tape": "~2.13.3" | ||
}, | ||
"dependencies": { | ||
"turf-tin": "0.0.1", | ||
"turf-buffer": "0.0.1", | ||
"turf-merge": "0.0.0" | ||
"turf-tin": "0.0.2", | ||
"turf-buffer": "0.1.0", | ||
"turf-merge": "0.0.2" | ||
} | ||
} |
@@ -7,3 +7,23 @@ turf-convex | ||
###Install | ||
```sh | ||
npm install turf-convex | ||
``` | ||
###Parameters | ||
|name|description| | ||
|---|---| | ||
|points|A FeatureCollection of Point Features| | ||
###Usage | ||
```js | ||
convex(pts) | ||
``` | ||
###Example | ||
```js | ||
var convex = require('turf-convex') | ||
@@ -10,0 +30,0 @@ var fs = require('fs') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
15805
12
36
0
+ Addedclone@0.1.19(transitive)
+ Addedturf-buffer@0.1.0(transitive)
+ Addedturf-combine@0.1.0(transitive)
+ Addedturf-merge@0.0.2(transitive)
+ Addedturf-tin@0.0.2(transitive)
- Removedlodash@2.4.2(transitive)
- Removedturf-buffer@0.0.1(transitive)
- Removedturf-combine@0.0.1(transitive)
- Removedturf-merge@0.0.0(transitive)
- Removedturf-tin@0.0.1(transitive)
Updatedturf-buffer@0.1.0
Updatedturf-merge@0.0.2
Updatedturf-tin@0.0.2