@turf/envelope
Advanced tools
Comparing version 6.5.0 to 7.0.0-alpha.0
@@ -1,2 +0,3 @@ | ||
import { Feature, AllGeoJSON, Polygon } from "@turf/helpers"; | ||
import { Feature, Polygon } from "geojson"; | ||
import { AllGeoJSON } from "@turf/helpers"; | ||
@@ -3,0 +4,0 @@ /** |
{ | ||
"name": "@turf/envelope", | ||
"version": "6.5.0", | ||
"version": "7.0.0-alpha.0", | ||
"description": "turf envelope module", | ||
@@ -56,7 +56,7 @@ "author": "Turf Authors", | ||
"dependencies": { | ||
"@turf/bbox": "^6.5.0", | ||
"@turf/bbox-polygon": "^6.5.0", | ||
"@turf/helpers": "^6.5.0" | ||
"@turf/bbox": "^7.0.0-alpha.0", | ||
"@turf/bbox-polygon": "^7.0.0-alpha.0", | ||
"@turf/helpers": "^7.0.0-alpha.0" | ||
}, | ||
"gitHead": "5375941072b90d489389db22b43bfe809d5e451e" | ||
"gitHead": "0edc4c491b999e5ace770a61e1cf549f7c004189" | ||
} |
@@ -9,7 +9,7 @@ # @turf/envelope | ||
**Parameters** | ||
### Parameters | ||
- `geojson` **[GeoJSON][2]** input features | ||
* `geojson` **[GeoJSON][2]** input features | ||
**Examples** | ||
### Examples | ||
@@ -29,3 +29,3 @@ ```javascript | ||
Returns **[Feature][3]<[Polygon][4]>** a rectangular Polygon feature that encompasses all vertices | ||
Returns **[Feature][3]<[Polygon][4]>** a rectangular Polygon feature that encompasses all vertices | ||
@@ -32,0 +32,0 @@ [1]: https://tools.ietf.org/html/rfc7946#section-3.1.6 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6292
59
1
+ Added@turf/bbox@7.1.0(transitive)
+ Added@turf/bbox-polygon@7.1.0(transitive)
+ Added@turf/helpers@7.1.0(transitive)
+ Added@turf/meta@7.1.0(transitive)
+ Added@types/geojson@7946.0.15(transitive)
+ Addedtslib@2.8.1(transitive)
- Removed@turf/bbox@6.5.0(transitive)
- Removed@turf/bbox-polygon@6.5.0(transitive)
- Removed@turf/helpers@6.5.0(transitive)
- Removed@turf/meta@6.5.0(transitive)
Updated@turf/bbox@^7.0.0-alpha.0
Updated@turf/helpers@^7.0.0-alpha.0