@turf/bbox-polygon
Advanced tools
Comparing version 3.3.3 to 3.5.2-alpha.d2c36ee7
@@ -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)<[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)<[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 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4881
47
1
1