@turf/flip
Advanced tools
Comparing version 3.0.15 to 3.0.16
{ | ||
"name": "@turf/flip", | ||
"version": "3.0.15", | ||
"version": "3.0.16", | ||
"description": "turf flip module", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "https://github.com/Turfjs/turf-flip.git" | ||
"url": "git://github.com/Turfjs/turf.git" | ||
}, | ||
@@ -23,13 +23,13 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/Turfjs/turf-flip/issues" | ||
"url": "https://github.com/Turfjs/turf/issues" | ||
}, | ||
"homepage": "https://github.com/Turfjs/turf-flip", | ||
"homepage": "https://github.com/Turfjs/turf", | ||
"devDependencies": { | ||
"benchmark": "^1.0.0", | ||
"tape": "^3.5.0", | ||
"@turf/helpers": "^3.0.15" | ||
"@turf/helpers": "^3.0.16" | ||
}, | ||
"dependencies": { | ||
"@turf/meta": "^3.0.15" | ||
"@turf/meta": "^3.0.16" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# turf-flip | ||
# @turf/flip | ||
@@ -10,3 +10,3 @@ # flip | ||
- `input` **(Feature | FeatureCollection)** input features | ||
- `input` **([Feature](http://geojson.org/geojson-spec.html#feature-objects) \| [FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects))** input features | ||
@@ -32,3 +32,3 @@ **Examples** | ||
Returns **(Feature | FeatureCollection)** a feature or set of features of the same type as `input` with flipped coordinates | ||
Returns **([Feature](http://geojson.org/geojson-spec.html#feature-objects) \| [FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects))** a feature or set of features of the same type as `input` with flipped coordinates | ||
@@ -47,3 +47,3 @@ --- | ||
```sh | ||
$ npm install turf-flip | ||
$ npm install @turf/flip | ||
``` | ||
@@ -54,3 +54,3 @@ | ||
```sh | ||
$ npm install turf | ||
$ npm install @turf/turf | ||
``` |
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
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
7240
Updated@turf/meta@^3.0.16