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

@turf/envelope

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/envelope - npm Package Compare versions

Comparing version 3.0.15 to 3.0.16

12

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

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

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

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

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

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

"dependencies": {
"@turf/bbox-polygon": "^3.0.15",
"@turf/bbox": "^3.0.15"
"@turf/bbox-polygon": "^3.0.16",
"@turf/bbox": "^3.0.16"
}
}

@@ -1,10 +0,10 @@

# turf-envelope
# @turf/envelope
# envelope
Takes any number of features and returns a rectangular [Polygon](Polygon) that encompasses all vertices.
Takes any number of features and returns a rectangular [Polygon](http://geojson.org/geojson-spec.html#polygon) that encompasses all vertices.
**Parameters**
- `fc` **FeatureCollection** input features
- `fc` **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)** input features

@@ -59,3 +59,3 @@ **Examples**

Returns **Feature<Polygon>** a rectangular Polygon feature that encompasses all vertices
Returns **[Feature](http://geojson.org/geojson-spec.html#feature-objects)<[Polygon](http://geojson.org/geojson-spec.html#polygon)>** a rectangular Polygon feature that encompasses all vertices

@@ -74,3 +74,3 @@ ---

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

@@ -81,3 +81,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