New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@turf/convex

Package Overview
Dependencies
Maintainers
2
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 3.0.15 to 3.0.16

12

package.json
{
"name": "@turf/convex",
"version": "3.0.15",
"version": "3.0.16",
"description": "",

@@ -14,3 +14,3 @@ "main": "index.js",

"type": "git",
"url": "git://github.com/Turfjs/turf-convex.git"
"url": "git://github.com/Turfjs/turf.git"
},

@@ -24,5 +24,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/Turfjs/turf-convex/issues"
"url": "https://github.com/Turfjs/turf/issues"
},
"homepage": "https://github.com/Turfjs/turf-convex",
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {

@@ -35,5 +35,5 @@ "benchmark": "^1.0.0",

"convex-hull": "^1.0.3",
"@turf/meta": "^3.0.15",
"@turf/helpers": "^3.0.15"
"@turf/meta": "^3.0.16",
"@turf/helpers": "^3.0.16"
}
}

@@ -1,6 +0,6 @@

# turf-convex
# @turf/convex
# convex
Takes a set of [points](Point) and returns a
Takes a set of [points](http://geojson.org/geojson-spec.html#point) and returns a
[convex hull](http://en.wikipedia.org/wiki/Convex_hull) polygon.

@@ -14,3 +14,3 @@

- `featurecollection` **FeatureCollection<Point>** input points
- `featurecollection` **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<[Point](http://geojson.org/geojson-spec.html#point)>** input points

@@ -80,3 +80,3 @@ **Examples**

Returns **Feature<Polygon>** a convex hull
Returns **[Feature](http://geojson.org/geojson-spec.html#feature-objects)<[Polygon](http://geojson.org/geojson-spec.html#polygon)>** a convex hull

@@ -95,3 +95,3 @@ ---

```sh
$ npm install turf-convex
$ npm install @turf/convex
```

@@ -102,3 +102,3 @@

```sh
$ npm install turf
$ npm install @turf/turf
```
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