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.5.2 to 3.5.3

2

index.js

@@ -8,3 +8,3 @@ var bbox = require('@turf/bbox');

* @name envelope
* @param {FeatureCollection} fc input features
* @param {(Feature|FeatureCollection)} features input features
* @return {Feature<Polygon>} a rectangular Polygon feature that encompasses all vertices

@@ -11,0 +11,0 @@ * @example

{
"name": "@turf/envelope",
"version": "3.5.2",
"version": "3.5.3",
"description": "turf envelope module",

@@ -31,5 +31,5 @@ "main": "index.js",

"dependencies": {
"@turf/bbox-polygon": "^3.5.2",
"@turf/bbox": "^3.5.2"
"@turf/bbox-polygon": "^3.5.3",
"@turf/bbox": "^3.5.3"
}
}

@@ -9,3 +9,3 @@ # @turf/envelope

- `fc` **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)** input features
- `features` **([Feature](http://geojson.org/geojson-spec.html#feature-objects) \| [FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects))** input features

@@ -12,0 +12,0 @@ **Examples**

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