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

@turf/bbox-polygon

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/bbox-polygon - npm Package Compare versions

Comparing version 3.3.3 to 3.5.2-alpha.d2c36ee7

2

index.js

@@ -7,3 +7,3 @@ var polygon = require('@turf/helpers').polygon;

* @name bboxPolygon
* @param {Array<number>} bbox an Array of bounding box coordinates in the form: ```[xLow, yLow, xHigh, yHigh]```
* @param {Array<number>} bbox extent in [minX, minY, maxX, maxY] order
* @return {Feature<Polygon>} a Polygon representation of the bounding box

@@ -10,0 +10,0 @@ * @example

{
"name": "@turf/bbox-polygon",
"version": "3.3.3",
"version": "3.5.2-alpha.d2c36ee7",
"description": "turf bboxPolygon module",

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

"dependencies": {
"@turf/helpers": "^3.3.3"
"@turf/helpers": "^3.5.2-alpha.d2c36ee7"
}
}

@@ -9,3 +9,3 @@ # @turf/bbox-polygon

- `bbox` **[Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)&lt;[number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number)>** an Array of bounding box coordinates in the form: `[xLow, yLow, xHigh, yHigh]`
- `bbox` **[Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)&lt;[number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number)>** extent in [minX, minY, maxX, maxY] order

@@ -24,2 +24,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. -->
---

@@ -26,0 +30,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