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
59
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.3.3 to 3.5.2-alpha.d2c36ee7

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.3.3",
"version": "3.5.2-alpha.d2c36ee7",
"description": "turf envelope module",

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

"dependencies": {
"@turf/bbox-polygon": "^3.3.3",
"@turf/bbox": "^3.3.3"
"@turf/bbox-polygon": "^3.5.2-alpha.d2c36ee7",
"@turf/bbox": "^3.5.2-alpha.d2c36ee7"
}
}

@@ -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

@@ -62,2 +62,6 @@ **Examples**

<!-- This file is automatically generated. Please don't edit it directly:
if you find an error, edit the source file (likely index.js), and re-run
./scripts/generate-readmes in the turf project. -->
---

@@ -64,0 +68,0 @@

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