@turf/flip
Advanced tools
Comparing version 6.5.0 to 7.0.0-alpha.0
{ | ||
"name": "@turf/flip", | ||
"version": "6.5.0", | ||
"version": "7.0.0-alpha.0", | ||
"description": "turf flip module", | ||
@@ -46,3 +46,3 @@ "author": "Turf Authors", | ||
"test:tape": "node -r esm test.js", | ||
"test:types": "tsc --esModuleInterop --noEmit types.ts" | ||
"test:types": "tsc --esModuleInterop --noEmit --strict types.ts" | ||
}, | ||
@@ -58,7 +58,7 @@ "devDependencies": { | ||
"dependencies": { | ||
"@turf/clone": "^6.5.0", | ||
"@turf/helpers": "^6.5.0", | ||
"@turf/meta": "^6.5.0" | ||
"@turf/clone": "^7.0.0-alpha.0", | ||
"@turf/helpers": "^7.0.0-alpha.0", | ||
"@turf/meta": "^7.0.0-alpha.0" | ||
}, | ||
"gitHead": "5375941072b90d489389db22b43bfe809d5e451e" | ||
"gitHead": "0edc4c491b999e5ace770a61e1cf549f7c004189" | ||
} |
@@ -9,10 +9,11 @@ # @turf/flip | ||
**Parameters** | ||
### Parameters | ||
- `geojson` **[GeoJSON][1]** input features | ||
- `options` **[Object][2]** Optional parameters (optional, default `{}`) | ||
- `options.mutate` **[boolean][3]** allows GeoJSON input to be mutated (significant performance increase if true) (optional, default `false`) | ||
* `geojson` **[GeoJSON][1]** input features | ||
* `options` **[Object][2]** Optional parameters (optional, default `{}`) | ||
**Examples** | ||
* `options.mutate` **[boolean][3]** allows GeoJSON input to be mutated (significant performance increase if true) (optional, default `false`) | ||
### Examples | ||
```javascript | ||
@@ -19,0 +20,0 @@ var serbia = turf.point([20.566406, 43.421008]); |
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
7402
59
1
+ Added@turf/clone@7.2.0(transitive)
+ Added@turf/helpers@7.2.0(transitive)
+ Added@turf/meta@7.2.0(transitive)
+ Added@types/geojson@7946.0.15(transitive)
+ Addedtslib@2.8.1(transitive)
- Removed@turf/clone@6.5.0(transitive)
- Removed@turf/helpers@6.5.0(transitive)
- Removed@turf/meta@6.5.0(transitive)
Updated@turf/clone@^7.0.0-alpha.0
Updated@turf/helpers@^7.0.0-alpha.0
Updated@turf/meta@^7.0.0-alpha.0