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

turf-convex

Package Overview
Dependencies
Maintainers
2
Versions
15
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 0.0.1 to 0.1.0

.npmignore

12

package.json
{
"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')

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